From 2aaabe1f99c43d1e47fd4bae72a22d7add9c103c Mon Sep 17 00:00:00 2001 From: Awais Malik Date: Wed, 18 Oct 2023 12:25:08 -0700 Subject: [PATCH] fix: upgraded versions.tf to include minor bumps from tpg v5 (#112) --- modules/sap_hana/versions.tf | 2 +- modules/sap_hana_ha/versions.tf | 2 +- modules/sap_hana_scaleout/versions.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/sap_hana/versions.tf b/modules/sap_hana/versions.tf index ddac947a..9baec7e4 100644 --- a/modules/sap_hana/versions.tf +++ b/modules/sap_hana/versions.tf @@ -19,7 +19,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 4.0.0, < 5.0" + version = ">= 4.0.0, < 6" } } diff --git a/modules/sap_hana_ha/versions.tf b/modules/sap_hana_ha/versions.tf index 3d2feada..aa26f9ac 100644 --- a/modules/sap_hana_ha/versions.tf +++ b/modules/sap_hana_ha/versions.tf @@ -19,7 +19,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 4.0.0, < 5.0" + version = ">= 4.0.0, < 6" } } diff --git a/modules/sap_hana_scaleout/versions.tf b/modules/sap_hana_scaleout/versions.tf index b76c487f..f10818a8 100644 --- a/modules/sap_hana_scaleout/versions.tf +++ b/modules/sap_hana_scaleout/versions.tf @@ -19,7 +19,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 4.0.0, < 5.0" + version = ">= 4.0.0, < 6" } }