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" } }