From 165b41f70d99424d28a81e6f3005e974025be331 Mon Sep 17 00:00:00 2001 From: Awais Malik Date: Fri, 6 Oct 2023 16:08:16 -0700 Subject: [PATCH] chore: upgraded versions.tf to include minor bumps from tpg v5 --- modules/authorization/versions.tf | 2 +- modules/udf/versions.tf | 2 +- test/setup/versions.tf | 4 ++-- versions.tf | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/authorization/versions.tf b/modules/authorization/versions.tf index 42391ba5..ce6e8a5d 100644 --- a/modules/authorization/versions.tf +++ b/modules/authorization/versions.tf @@ -20,7 +20,7 @@ terraform { google = { source = "hashicorp/google" - version = ">= 4.44, < 5.0" + version = ">= 4.44, < 6" } } diff --git a/modules/udf/versions.tf b/modules/udf/versions.tf index e82789c1..7ceda2d3 100644 --- a/modules/udf/versions.tf +++ b/modules/udf/versions.tf @@ -20,7 +20,7 @@ terraform { google = { source = "hashicorp/google" - version = ">= 3.53, < 5.0" + version = ">= 3.53, < 6" } } diff --git a/test/setup/versions.tf b/test/setup/versions.tf index c8bfbd15..2b8c2f0d 100644 --- a/test/setup/versions.tf +++ b/test/setup/versions.tf @@ -19,11 +19,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 3.53.0, < 5.0" + version = ">= 3.53.0, < 6" } google-beta = { source = "hashicorp/google-beta" - version = ">= 3.53.0, < 5.0" + version = ">= 3.53.0, < 6" } } } diff --git a/versions.tf b/versions.tf index efa6fc02..352f7878 100644 --- a/versions.tf +++ b/versions.tf @@ -20,7 +20,7 @@ terraform { google = { source = "hashicorp/google" - version = ">= 4.42, < 5.0" + version = ">= 4.42, < 6" } }