Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Commit 27bedef

Browse files
committed
Update Terraform google to ~> 2.20.0
1 parent b9650ea commit 27bedef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
// Configles the Google Cloud Provider with default settings
1818
provider "google" {
1919
project = var.project
20-
version = "~> 2.12.0"
20+
version = "~> 2.20.0"
2121
}
2222
provider "google-beta" {
2323
project = var.project

0 commit comments

Comments
 (0)