Skip to content

Commit

Permalink
update minimum constraint for hierarchical firewall policy - hub-and-…
Browse files Browse the repository at this point in the history
…spoke
  • Loading branch information
renato-rudnicki committed Dec 18, 2024
1 parent 822c35d commit 41d20f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 3.50"
version = ">= 3.82"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 3.50"
version = ">= 3.82"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 41d20f9

Please sign in to comment.