Skip to content

Commit 3d355d5

Browse files
chore(deps): update terraform azurerm to v4
1 parent 7ebb60b commit 3d355d5

File tree

2 files changed

+2
-2
lines changed
  • src/infrastructure-as-code/terraform

2 files changed

+2
-2
lines changed

src/infrastructure-as-code/terraform/components/azure-resource-group/providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66
required_providers {
77
azurerm = {
88
source = "hashicorp/azurerm"
9-
version = "3.104.0"
9+
version = "4.17.0"
1010
}
1111
}
1212
}

src/infrastructure-as-code/terraform/samples/az-standard-rg/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
required_providers {
88
azurerm = {
99
source = "hashicorp/azurerm"
10-
version = "3.104.0"
10+
version = "4.17.0"
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)