From fd451c3451901063c69718bb79ec10c0a1efea8b Mon Sep 17 00:00:00 2001 From: Julio Diez Date: Fri, 22 Dec 2023 11:01:41 +0100 Subject: [PATCH] Align with default versions file --- modules/cloud-run-v2/versions.tf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/modules/cloud-run-v2/versions.tf b/modules/cloud-run-v2/versions.tf index 3adb51d3..5ec74cff 100644 --- a/modules/cloud-run-v2/versions.tf +++ b/modules/cloud-run-v2/versions.tf @@ -13,17 +13,15 @@ # limitations under the License. terraform { - required_version = ">= 1.4.4" + required_version = ">= 1.5.1" required_providers { google = { source = "hashicorp/google" - version = ">= 5.4.0, < 6.0.0" # tftest + version = ">= 5.10.0, < 6.0.0" # tftest } google-beta = { source = "hashicorp/google-beta" - version = ">= 5.4.0, < 6.0.0" # tftest + version = ">= 5.10.0, < 6.0.0" # tftest } } } - -