Skip to content

Commit

Permalink
Merge pull request #19 from Insight-NA/mbraunwart/update-azurerm-version
Browse files Browse the repository at this point in the history
Update azurerm provider version to >= 4.12.0
  • Loading branch information
mbraunwart authored Jan 15, 2025
2 parents ea44618 + 165456f commit 5cbabd5
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 19 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ updates:
directory: "/"
schedule:
interval: weekly
ignore:
- dependency-name: "hashicorp/azurerm"
versions: ">= 4.x"
4 changes: 2 additions & 2 deletions examples/storage-account-premium-blockblob/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "registry.terraform.io/hashicorp/azurerm"
version = "=3.116.0"
version = ">=4.12.0"
}
random = {
source = "hashicorp/random"
Expand All @@ -20,4 +20,4 @@ terraform {

provider "azurerm" {
features {}
}
}
4 changes: 2 additions & 2 deletions examples/storage-account-premium-fileshare/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "registry.terraform.io/hashicorp/azurerm"
version = "=3.116.0"
version = ">=4.12.0"
}
random = {
source = "hashicorp/random"
Expand All @@ -20,4 +20,4 @@ terraform {

provider "azurerm" {
features {}
}
}
4 changes: 2 additions & 2 deletions examples/storage-account-standard-blob/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "registry.terraform.io/hashicorp/azurerm"
version = "=3.116.0"
version = ">=4.12.0"
}
random = {
source = "hashicorp/random"
Expand All @@ -20,4 +20,4 @@ terraform {

provider "azurerm" {
features {}
}
}
4 changes: 2 additions & 2 deletions examples/storage-account-standard-queue/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "registry.terraform.io/hashicorp/azurerm"
version = "=3.116.0"
version = ">=4.12.0"
}
random = {
source = "hashicorp/random"
Expand All @@ -20,4 +20,4 @@ terraform {

provider "azurerm" {
features {}
}
}
4 changes: 2 additions & 2 deletions examples/storage-account-standard-storagev2/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "registry.terraform.io/hashicorp/azurerm"
version = "=3.116.0"
version = ">=4.12.0"
}
random = {
source = "hashicorp/random"
Expand All @@ -20,4 +20,4 @@ terraform {

provider "azurerm" {
features {}
}
}
4 changes: 2 additions & 2 deletions examples/storage-account-standard-table/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "registry.terraform.io/hashicorp/azurerm"
version = "=3.116.0"
version = ">=4.12.0"
}
random = {
source = "hashicorp/random"
Expand All @@ -20,4 +20,4 @@ terraform {

provider "azurerm" {
features {}
}
}
4 changes: 2 additions & 2 deletions examples/storage-account-with-network-rule/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "registry.terraform.io/hashicorp/azurerm"
version = "=3.116.0"
version = ">=4.12.0"
}
random = {
source = "hashicorp/random"
Expand All @@ -20,4 +20,4 @@ terraform {

provider "azurerm" {
features {}
}
}
4 changes: 2 additions & 2 deletions providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ terraform {
required_providers {
azurerm = {
source = "registry.terraform.io/hashicorp/azurerm"
version = "=3.116.0"
version = ">=4.12.0"
}
random = {
source = "hashicorp/random"
version = ">=3.6.0, < 4.0.0"
}
}
}
}

0 comments on commit 5cbabd5

Please sign in to comment.