diff --git a/examples/cloud_function2_gcs_source/versions.tf b/examples/cloud_function2_gcs_source/versions.tf deleted file mode 100644 index 4b060975..00000000 --- a/examples/cloud_function2_gcs_source/versions.tf +++ /dev/null @@ -1,29 +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 = "< 5.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "< 5.0" - } - } - required_version = ">= 0.13" -} diff --git a/examples/cloud_function2_pubsub_trigger/versions.tf b/examples/cloud_function2_pubsub_trigger/versions.tf deleted file mode 100644 index 4b060975..00000000 --- a/examples/cloud_function2_pubsub_trigger/versions.tf +++ /dev/null @@ -1,29 +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 = "< 5.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "< 5.0" - } - } - required_version = ">= 0.13" -} diff --git a/examples/secure_cloud_function_bigquery_trigger/versions.tf b/examples/secure_cloud_function_bigquery_trigger/versions.tf deleted file mode 100644 index da48d9d2..00000000 --- a/examples/secure_cloud_function_bigquery_trigger/versions.tf +++ /dev/null @@ -1,29 +0,0 @@ -/** - * Copyright 2023 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 = "< 5.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "< 5.0" - } - } - required_version = ">= 1.3" -} diff --git a/examples/secure_cloud_function_internal_server/versions.tf b/examples/secure_cloud_function_internal_server/versions.tf deleted file mode 100644 index da48d9d2..00000000 --- a/examples/secure_cloud_function_internal_server/versions.tf +++ /dev/null @@ -1,29 +0,0 @@ -/** - * Copyright 2023 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 = "< 5.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "< 5.0" - } - } - required_version = ">= 1.3" -} diff --git a/examples/secure_cloud_function_with_sql/versions.tf b/examples/secure_cloud_function_with_sql/versions.tf deleted file mode 100644 index da48d9d2..00000000 --- a/examples/secure_cloud_function_with_sql/versions.tf +++ /dev/null @@ -1,29 +0,0 @@ -/** - * Copyright 2023 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 = "< 5.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "< 5.0" - } - } - required_version = ">= 1.3" -} diff --git a/modules/secure-cloud-function-core/versions.tf b/modules/secure-cloud-function-core/versions.tf index 6df464cf..15ed4067 100644 --- a/modules/secure-cloud-function-core/versions.tf +++ b/modules/secure-cloud-function-core/versions.tf @@ -20,11 +20,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 4.74, < 5.0" + version = ">= 4.74, < 6.0" } google-beta = { source = "hashicorp/google-beta" - version = "< 5.0" + version = "< 6.0" } } provider_meta "google" { diff --git a/modules/secure-cloud-function-security/versions.tf b/modules/secure-cloud-function-security/versions.tf index aabf6a8a..0a413df2 100644 --- a/modules/secure-cloud-function-security/versions.tf +++ b/modules/secure-cloud-function-security/versions.tf @@ -20,11 +20,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 4.74, < 5.0" + version = ">= 4.74, < 6.0" } google-beta = { source = "hashicorp/google-beta" - version = "< 5.0" + version = "< 6.0" } } diff --git a/modules/secure-cloud-function/versions.tf b/modules/secure-cloud-function/versions.tf index eac859c6..5db05698 100644 --- a/modules/secure-cloud-function/versions.tf +++ b/modules/secure-cloud-function/versions.tf @@ -20,11 +20,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 4.74, < 5.0" + version = ">= 4.74, < 6.0" } google-beta = { source = "hashicorp/google-beta" - version = "< 5.0" + version = "< 6.0" } } diff --git a/modules/secure-web-proxy/versions.tf b/modules/secure-web-proxy/versions.tf index 2e28d58f..bc53f42b 100644 --- a/modules/secure-web-proxy/versions.tf +++ b/modules/secure-web-proxy/versions.tf @@ -1,5 +1,5 @@ /** - * Copyright 2023 Google LLC + * Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,22 +20,22 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 4.74, < 5.0" + version = ">= 4.74, < 6.0" } google-beta = { source = "hashicorp/google-beta" - version = "< 5.0" + version = "< 6.0" } null = { source = "hashicorp/null" - version = "3.2.0" + version = ">= 3.2.0" } time = { source = "hashicorp/time" - version = "0.9.1" + version = ">= 0.9.1" } } } diff --git a/versions.tf b/versions.tf index f0f253a5..2c622345 100644 --- a/versions.tf +++ b/versions.tf @@ -19,11 +19,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 4.48, < 5.0" + version = ">= 4.48, < 5.24" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.48, < 5.0" + version = ">= 4.48, < 5.24" } }