diff --git a/examples/automatic_folder/versions.tf b/examples/automatic_folder/versions.tf deleted file mode 100644 index 47d27910..00000000 --- a/examples/automatic_folder/versions.tf +++ /dev/null @@ -1,37 +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 { - archive = { - source = "hashicorp/archive" - version = "~> 2.0" - } - google = { - source = "hashicorp/google" - version = ">= 3.0, < 5.0" - } - null = { - source = "hashicorp/null" - version = "~> 3.0" - } - random = { - source = "hashicorp/random" - version = "~> 3.0" - } - } -} diff --git a/examples/bq-exfil-demo/versions.tf b/examples/bq-exfil-demo/versions.tf deleted file mode 100644 index bf4c3b28..00000000 --- a/examples/bq-exfil-demo/versions.tf +++ /dev/null @@ -1,28 +0,0 @@ -/** - * Copyright 2021 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_providers { - google = { - source = "hashicorp/google" - version = ">= 3.0, < 5.0" - } - null = { - source = "hashicorp/null" - } - } - required_version = ">= 0.13" -} diff --git a/examples/onprem_demo/onprem_project/versions.tf b/examples/onprem_demo/onprem_project/versions.tf deleted file mode 100644 index 37a1c110..00000000 --- a/examples/onprem_demo/onprem_project/versions.tf +++ /dev/null @@ -1,25 +0,0 @@ -/** - * Copyright 2021 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_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - } - required_version = ">= 0.13" -} diff --git a/examples/onprem_demo/versions.tf b/examples/onprem_demo/versions.tf deleted file mode 100644 index 37a1c110..00000000 --- a/examples/onprem_demo/versions.tf +++ /dev/null @@ -1,25 +0,0 @@ -/** - * Copyright 2021 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_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - } - required_version = ">= 0.13" -} diff --git a/examples/onprem_demo/vpc_sc_project/versions.tf b/examples/onprem_demo/vpc_sc_project/versions.tf deleted file mode 100644 index 37a1c110..00000000 --- a/examples/onprem_demo/vpc_sc_project/versions.tf +++ /dev/null @@ -1,25 +0,0 @@ -/** - * Copyright 2021 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_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - } - required_version = ">= 0.13" -} diff --git a/examples/simple_example/versions.tf b/examples/simple_example/versions.tf deleted file mode 100644 index 8b901303..00000000 --- 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" - } - null = { - source = "hashicorp/null" - } - } -} diff --git a/examples/simple_example_access_level/versions.tf b/examples/simple_example_access_level/versions.tf deleted file mode 100644 index 4389ca96..00000000 --- a/examples/simple_example_access_level/versions.tf +++ /dev/null @@ -1,25 +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" - } - } -} diff --git a/examples/simple_example_access_level_dry_run/versions.tf b/examples/simple_example_access_level_dry_run/versions.tf deleted file mode 100644 index 4389ca96..00000000 --- a/examples/simple_example_access_level_dry_run/versions.tf +++ /dev/null @@ -1,25 +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" - } - } -} diff --git a/examples/simple_example_bridge/versions.tf b/examples/simple_example_bridge/versions.tf deleted file mode 100644 index 4389ca96..00000000 --- a/examples/simple_example_bridge/versions.tf +++ /dev/null @@ -1,25 +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" - } - } -} diff --git a/examples/simple_example_dynamic/versions.tf b/examples/simple_example_dynamic/versions.tf deleted file mode 100644 index a9686ee7..00000000 --- a/examples/simple_example_dynamic/versions.tf +++ /dev/null @@ -1,19 +0,0 @@ -/** - * Copyright 2022 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" -} diff --git a/examples/simple_example_with_ingress_rule/versions.tf b/examples/simple_example_with_ingress_rule/versions.tf deleted file mode 100644 index 8b901303..00000000 --- a/examples/simple_example_with_ingress_rule/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" - } - null = { - source = "hashicorp/null" - } - } -} diff --git a/modules/access_level/versions.tf b/modules/access_level/versions.tf index 4bb41579..70b482dd 100644 --- a/modules/access_level/versions.tf +++ b/modules/access_level/versions.tf @@ -20,7 +20,7 @@ terraform { google = { source = "hashicorp/google" - version = ">= 3.50, < 5.0" + version = ">= 3.50, < 6" } } diff --git a/modules/bridge_service_perimeter/versions.tf b/modules/bridge_service_perimeter/versions.tf index 6fc2ea23..d273b950 100644 --- a/modules/bridge_service_perimeter/versions.tf +++ b/modules/bridge_service_perimeter/versions.tf @@ -20,7 +20,7 @@ terraform { google = { source = "hashicorp/google" - version = ">= 3.50, < 5.0" + version = ">= 3.50, < 6" } } diff --git a/modules/regular_service_perimeter/versions.tf b/modules/regular_service_perimeter/versions.tf index ec102cfd..7b49845f 100644 --- a/modules/regular_service_perimeter/versions.tf +++ b/modules/regular_service_perimeter/versions.tf @@ -20,7 +20,7 @@ terraform { google = { source = "hashicorp/google" - version = ">= 3.50, < 5.0" + version = ">= 3.50, < 6" } } diff --git a/test/setup/versions.tf b/test/setup/versions.tf index 1e521284..55d25829 100644 --- a/test/setup/versions.tf +++ b/test/setup/versions.tf @@ -19,11 +19,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "~> 4.0" + version = ">= 4.0" } google-beta = { source = "hashicorp/google-beta" - version = "~> 4.0" + version = ">= 4.0" } random = { source = "hashicorp/random" diff --git a/versions.tf b/versions.tf index fc106161..6be9ad12 100644 --- a/versions.tf +++ b/versions.tf @@ -20,7 +20,7 @@ terraform { google = { source = "hashicorp/google" - version = ">= 3.62, < 5.0" + version = ">= 3.62, < 6" } }