diff --git a/examples/multiple_buckets/versions.tf b/examples/multiple_buckets/versions.tf index bb646628..8318b60c 100644 --- a/examples/multiple_buckets/versions.tf +++ b/examples/multiple_buckets/versions.tf @@ -18,8 +18,7 @@ terraform { required_version = ">= 0.13" required_providers { google = { - source = "hashicorp/google" - version = "~> 4.0" + source = "hashicorp/google" } random = { source = "hashicorp/random" diff --git a/examples/simple_bucket/versions.tf b/examples/simple_bucket/versions.tf index 4389ca96..42dbd4f2 100644 --- a/examples/simple_bucket/versions.tf +++ b/examples/simple_bucket/versions.tf @@ -18,8 +18,7 @@ terraform { required_version = ">= 0.13" required_providers { google = { - source = "hashicorp/google" - version = "~> 4.0" + source = "hashicorp/google" } } } diff --git a/modules/simple_bucket/versions.tf b/modules/simple_bucket/versions.tf index e2c6e292..8c662511 100644 --- a/modules/simple_bucket/versions.tf +++ b/modules/simple_bucket/versions.tf @@ -20,7 +20,7 @@ terraform { google = { source = "hashicorp/google" - version = ">= 4.46, < 5.0" + version = ">= 4.46, < 6" } } diff --git a/test/setup/versions.tf b/test/setup/versions.tf index 7a23840b..919dfb55 100644 --- a/test/setup/versions.tf +++ b/test/setup/versions.tf @@ -18,8 +18,7 @@ terraform { required_version = ">= 0.13" required_providers { google = { - source = "hashicorp/google" - version = ">= 3.53.0, < 5.0" + source = "hashicorp/google" } } } diff --git a/versions.tf b/versions.tf index 370bd72e..99980e7e 100644 --- a/versions.tf +++ b/versions.tf @@ -20,7 +20,7 @@ terraform { google = { source = "hashicorp/google" - version = ">= 4.46, < 5.0" + version = ">= 4.46, < 6" } random = {