Skip to content

Commit

Permalink
chore: update azurerm provider version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
kristina-solovyova committed Oct 23, 2024
1 parent 81f01d1 commit ed18a82
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion ci/deployment/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~>3.114.0"
version = "~>4.6.0"
}
}
}
2 changes: 1 addition & 1 deletion ci/service_account/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.114.0"
version = "~> 4.6.0"
}
}
required_version = ">= 1.3.7"
Expand Down
2 changes: 1 addition & 1 deletion examples/existing_private_network/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.114.0"
version = "~> 4.6.0"
}
}
required_version = ">= 1.3.7"
Expand Down
2 changes: 1 addition & 1 deletion examples/existing_private_network_with_peering/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.114.0"
version = "~> 4.6.0"
}
}
required_version = ">= 1.3.7"
Expand Down
2 changes: 1 addition & 1 deletion examples/public_network/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.114.0"
version = "~> 4.6.0"
}
}
required_version = ">= 1.3.7"
Expand Down
2 changes: 1 addition & 1 deletion examples/public_network_with_existing_obs/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.114.0"
version = "~> 4.6.0"
}
}
required_version = ">= 1.3.7"
Expand Down
2 changes: 1 addition & 1 deletion function-app/distribution/create_sa/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~>3.114.0"
version = "~>4.6.0"
}
}
}
2 changes: 1 addition & 1 deletion function-app/distribution/state.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~>3.114.0"
version = "~>4.6.0"
}
}
# https://learn.microsoft.com/en-us/azure/developer/terraform/store-state-in-azure-storage?tabs=azure-cli
Expand Down
2 changes: 1 addition & 1 deletion modules/clients/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~>3.114.0"
version = "~>4.6.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/iam/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~>3.114.0"
version = "~>4.6.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/logic_app/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~>3.114.0"
version = "~>4.6.0"
}
local = {
source = "hashicorp/local"
Expand Down
2 changes: 1 addition & 1 deletion modules/network/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~>3.114.0"
version = "~>4.6.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/peering_vnets/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~>3.114.0"
version = "~>4.6.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/protocol_gateways/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~>3.114.0"
version = "~>4.6.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/subnet_delegation/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~>3.114.0"
version = "~>4.6.0"
}
}
}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~>3.114.0"
version = "~>4.6.0"
}
tls = {
source = "hashicorp/tls"
Expand Down

0 comments on commit ed18a82

Please sign in to comment.