Skip to content

Commit 41d20f9

Browse files
update minimum constraint for hierarchical firewall policy - hub-and-spoke
1 parent 822c35d commit 41d20f9

File tree

1 file changed

+2
-2
lines changed
  • 3-networks-hub-and-spoke/modules/hierarchical_firewall_policy

1 file changed

+2
-2
lines changed

3-networks-hub-and-spoke/modules/hierarchical_firewall_policy/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ terraform {
1919
required_providers {
2020
google = {
2121
source = "hashicorp/google"
22-
version = ">= 3.50"
22+
version = ">= 3.82"
2323
}
2424
google-beta = {
2525
source = "hashicorp/google-beta"
26-
version = ">= 3.50"
26+
version = ">= 3.82"
2727
}
2828
random = {
2929
source = "hashicorp/random"

0 commit comments

Comments
 (0)