Skip to content

Commit

Permalink
updated minimum cosntraint for hierarchical firewall policy
Browse files Browse the repository at this point in the history
  • Loading branch information
renato-rudnicki committed Dec 18, 2024
1 parent 03507ea commit 822c35d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2021 Google LLC
* Copyright 2022 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 822c35d

Please sign in to comment.