Skip to content

Commit

Permalink
Bump azurerm provider to 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-dardzinski committed Sep 23, 2024
1 parent 2e36bed commit d258d36
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app_config/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.58"
version = "~> 4.3"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
4 changes: 2 additions & 2 deletions azure_blob_storage/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.58"
version = "~> 4.3"
}
}
}
Expand All @@ -24,7 +24,7 @@ resource "azurerm_storage_account" "storage" {
access_tier = var.access_tier

allow_nested_items_to_be_public = true
enable_https_traffic_only = true
https_traffic_only_enabled = true

min_tls_version = "TLS1_2"

Expand Down
2 changes: 1 addition & 1 deletion azure_blob_storage_assets/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.58"
version = "~> 4.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion azure_service_bus/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.58"
version = "~> 4.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.58"
version = "~> 4.3"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion key_vault/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ terraform {
}
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.58"
version = "~> 4.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion managed_identity/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.58"
version = "~> 4.3"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion mssql_server/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.58"
version = "~> 4.3"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion postgresql/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.58"
version = "~> 4.3"
}
postgresql = {
source = "cyrilgdn/postgresql"
Expand Down

0 comments on commit d258d36

Please sign in to comment.