diff --git a/modules/vpc/versions.tf b/modules/vpc/versions.tf index 6c87662b..9a9c1055 100644 --- a/modules/vpc/versions.tf +++ b/modules/vpc/versions.tf @@ -20,11 +20,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "< 5.0, >= 4.64" + version = ">= 4.64, < 6" } google-beta = { source = "hashicorp/google-beta" - version = "< 5.0, >= 4.64" + version = ">= 4.64, < 6" } }