Skip to content

Commit c148d9f

Browse files
authored
chore: update azurerm version to 4.34.0 (#1178)
1 parent 6fcd390 commit c148d9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infrastructure/tf-audit/providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
azurerm = {
66
source = "hashicorp/azurerm"
7-
version = "4.26"
7+
version = "4.34.0"
88
}
99
azuread = {
1010
source = "hashicorp/azuread"

infrastructure/tf-core/providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
azurerm = {
66
source = "hashicorp/azurerm"
7-
version = "4.26"
7+
version = "4.34.0"
88
}
99
azuread = {
1010
source = "hashicorp/azuread"

0 commit comments

Comments
 (0)