diff --git a/examples/dlp_api_example/versions.tf b/examples/dlp_api_example/versions.tf deleted file mode 100644 index 36e575d..0000000 --- a/examples/dlp_api_example/versions.tf +++ /dev/null @@ -1,31 +0,0 @@ -/** - * Copyright 2019 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -terraform { - required_version = ">= 0.13" - required_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - null = { - source = "hashicorp/null" - } - random = { - source = "hashicorp/random" - } - } -} diff --git a/examples/simple_example/versions.tf b/examples/simple_example/versions.tf deleted file mode 100644 index bb64662..0000000 --- a/examples/simple_example/versions.tf +++ /dev/null @@ -1,28 +0,0 @@ -/** - * Copyright 2019 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -terraform { - required_version = ">= 0.13" - required_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - random = { - source = "hashicorp/random" - } - } -} diff --git a/modules/dataflow_bucket/versions.tf b/modules/dataflow_bucket/versions.tf index c9b7a19..c0b99ae 100644 --- a/modules/dataflow_bucket/versions.tf +++ b/modules/dataflow_bucket/versions.tf @@ -20,7 +20,7 @@ terraform { google = { source = "hashicorp/google" - version = ">= 3.53, < 5.0" + version = ">= 3.53, < 6" } } diff --git a/test/setup/versions.tf b/test/setup/versions.tf index 2a51817..bc387ca 100644 --- a/test/setup/versions.tf +++ b/test/setup/versions.tf @@ -19,7 +19,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 3.53, < 5.0" + version = ">= 3.53, < 6" } } } diff --git a/versions.tf b/versions.tf index fd4c36f..857d913 100644 --- a/versions.tf +++ b/versions.tf @@ -20,7 +20,7 @@ terraform { google = { source = "hashicorp/google" - version = ">= 3.53, < 5.0" + version = ">= 3.53, < 6" } }