From 46c804e0277a4b5f64d3c8b27013a5a0b326ce9b Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Tue, 19 Dec 2023 09:02:40 -0800 Subject: [PATCH] chore: remove example tpg constraints (#203) --- examples/bigquery_dataset/versions.tf | 29 -------------------- examples/billing_account/versions.tf | 29 -------------------- examples/cloud_run_service/versions.tf | 29 -------------------- examples/custom_role_org/versions.tf | 29 -------------------- examples/custom_role_project/versions.tf | 29 -------------------- examples/dns_zone/versions.tf | 29 -------------------- examples/folder/versions.tf | 29 -------------------- examples/kms_crypto_key/versions.tf | 29 -------------------- examples/kms_key_ring/versions.tf | 29 -------------------- examples/member_iam/versions.tf | 29 -------------------- examples/organization/versions.tf | 29 -------------------- examples/project/versions.tf | 29 -------------------- examples/project_conditions/versions.tf | 29 -------------------- examples/pubsub_subscription/versions.tf | 29 -------------------- examples/pubsub_topic/versions.tf | 29 -------------------- examples/secret_manager/versions.tf | 29 -------------------- examples/service_account/versions.tf | 29 -------------------- examples/stackdriver_agent_roles/versions.tf | 29 -------------------- examples/storage_bucket/versions.tf | 29 -------------------- examples/subnet/versions.tf | 29 -------------------- examples/tag_keys/versions.tf | 29 -------------------- examples/tag_values/versions.tf | 29 -------------------- test/setup/versions.tf | 6 ++-- 23 files changed, 3 insertions(+), 641 deletions(-) delete mode 100644 examples/bigquery_dataset/versions.tf delete mode 100644 examples/billing_account/versions.tf delete mode 100644 examples/cloud_run_service/versions.tf delete mode 100644 examples/custom_role_org/versions.tf delete mode 100644 examples/custom_role_project/versions.tf delete mode 100644 examples/dns_zone/versions.tf delete mode 100644 examples/folder/versions.tf delete mode 100644 examples/kms_crypto_key/versions.tf delete mode 100644 examples/kms_key_ring/versions.tf delete mode 100644 examples/member_iam/versions.tf delete mode 100644 examples/organization/versions.tf delete mode 100644 examples/project/versions.tf delete mode 100644 examples/project_conditions/versions.tf delete mode 100644 examples/pubsub_subscription/versions.tf delete mode 100644 examples/pubsub_topic/versions.tf delete mode 100644 examples/secret_manager/versions.tf delete mode 100644 examples/service_account/versions.tf delete mode 100644 examples/stackdriver_agent_roles/versions.tf delete mode 100644 examples/storage_bucket/versions.tf delete mode 100644 examples/subnet/versions.tf delete mode 100644 examples/tag_keys/versions.tf delete mode 100644 examples/tag_values/versions.tf diff --git a/examples/bigquery_dataset/versions.tf b/examples/bigquery_dataset/versions.tf deleted file mode 100644 index 31d0a1bf..00000000 --- a/examples/bigquery_dataset/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_version = ">= 0.13" - required_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "~> 4.0" - } - } -} diff --git a/examples/billing_account/versions.tf b/examples/billing_account/versions.tf deleted file mode 100644 index 31d0a1bf..00000000 --- a/examples/billing_account/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_version = ">= 0.13" - required_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "~> 4.0" - } - } -} diff --git a/examples/cloud_run_service/versions.tf b/examples/cloud_run_service/versions.tf deleted file mode 100644 index 31d0a1bf..00000000 --- a/examples/cloud_run_service/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_version = ">= 0.13" - required_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "~> 4.0" - } - } -} diff --git a/examples/custom_role_org/versions.tf b/examples/custom_role_org/versions.tf deleted file mode 100644 index 31d0a1bf..00000000 --- a/examples/custom_role_org/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_version = ">= 0.13" - required_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "~> 4.0" - } - } -} diff --git a/examples/custom_role_project/versions.tf b/examples/custom_role_project/versions.tf deleted file mode 100644 index 31d0a1bf..00000000 --- a/examples/custom_role_project/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_version = ">= 0.13" - required_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "~> 4.0" - } - } -} diff --git a/examples/dns_zone/versions.tf b/examples/dns_zone/versions.tf deleted file mode 100644 index 31d0a1bf..00000000 --- a/examples/dns_zone/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_version = ">= 0.13" - required_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "~> 4.0" - } - } -} diff --git a/examples/folder/versions.tf b/examples/folder/versions.tf deleted file mode 100644 index 31d0a1bf..00000000 --- a/examples/folder/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_version = ">= 0.13" - required_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "~> 4.0" - } - } -} diff --git a/examples/kms_crypto_key/versions.tf b/examples/kms_crypto_key/versions.tf deleted file mode 100644 index 31d0a1bf..00000000 --- a/examples/kms_crypto_key/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_version = ">= 0.13" - required_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "~> 4.0" - } - } -} diff --git a/examples/kms_key_ring/versions.tf b/examples/kms_key_ring/versions.tf deleted file mode 100644 index 31d0a1bf..00000000 --- a/examples/kms_key_ring/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_version = ">= 0.13" - required_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "~> 4.0" - } - } -} diff --git a/examples/member_iam/versions.tf b/examples/member_iam/versions.tf deleted file mode 100644 index 31d0a1bf..00000000 --- a/examples/member_iam/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_version = ">= 0.13" - required_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "~> 4.0" - } - } -} diff --git a/examples/organization/versions.tf b/examples/organization/versions.tf deleted file mode 100644 index 31d0a1bf..00000000 --- a/examples/organization/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_version = ">= 0.13" - required_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "~> 4.0" - } - } -} diff --git a/examples/project/versions.tf b/examples/project/versions.tf deleted file mode 100644 index 31d0a1bf..00000000 --- a/examples/project/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_version = ">= 0.13" - required_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "~> 4.0" - } - } -} diff --git a/examples/project_conditions/versions.tf b/examples/project_conditions/versions.tf deleted file mode 100644 index 31d0a1bf..00000000 --- a/examples/project_conditions/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_version = ">= 0.13" - required_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "~> 4.0" - } - } -} diff --git a/examples/pubsub_subscription/versions.tf b/examples/pubsub_subscription/versions.tf deleted file mode 100644 index 31d0a1bf..00000000 --- a/examples/pubsub_subscription/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_version = ">= 0.13" - required_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "~> 4.0" - } - } -} diff --git a/examples/pubsub_topic/versions.tf b/examples/pubsub_topic/versions.tf deleted file mode 100644 index 31d0a1bf..00000000 --- a/examples/pubsub_topic/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_version = ">= 0.13" - required_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "~> 4.0" - } - } -} diff --git a/examples/secret_manager/versions.tf b/examples/secret_manager/versions.tf deleted file mode 100644 index 31d0a1bf..00000000 --- a/examples/secret_manager/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_version = ">= 0.13" - required_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "~> 4.0" - } - } -} diff --git a/examples/service_account/versions.tf b/examples/service_account/versions.tf deleted file mode 100644 index 31d0a1bf..00000000 --- a/examples/service_account/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_version = ">= 0.13" - required_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "~> 4.0" - } - } -} diff --git a/examples/stackdriver_agent_roles/versions.tf b/examples/stackdriver_agent_roles/versions.tf deleted file mode 100644 index 31d0a1bf..00000000 --- a/examples/stackdriver_agent_roles/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_version = ">= 0.13" - required_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "~> 4.0" - } - } -} diff --git a/examples/storage_bucket/versions.tf b/examples/storage_bucket/versions.tf deleted file mode 100644 index 31d0a1bf..00000000 --- a/examples/storage_bucket/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_version = ">= 0.13" - required_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "~> 4.0" - } - } -} diff --git a/examples/subnet/versions.tf b/examples/subnet/versions.tf deleted file mode 100644 index 31d0a1bf..00000000 --- a/examples/subnet/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_version = ">= 0.13" - required_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "~> 4.0" - } - } -} diff --git a/examples/tag_keys/versions.tf b/examples/tag_keys/versions.tf deleted file mode 100644 index 31d0a1bf..00000000 --- a/examples/tag_keys/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_version = ">= 0.13" - required_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "~> 4.0" - } - } -} diff --git a/examples/tag_values/versions.tf b/examples/tag_values/versions.tf deleted file mode 100644 index 31d0a1bf..00000000 --- a/examples/tag_values/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_version = ">= 0.13" - required_providers { - google = { - source = "hashicorp/google" - version = "~> 4.0" - } - google-beta = { - source = "hashicorp/google-beta" - version = "~> 4.0" - } - } -} diff --git a/test/setup/versions.tf b/test/setup/versions.tf index 5afe474e..6e341498 100644 --- a/test/setup/versions.tf +++ b/test/setup/versions.tf @@ -19,15 +19,15 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 3.36, < 6" + version = ">= 3.36" } google-beta = { source = "hashicorp/google-beta" - version = ">= 3.36, < 6" + version = ">= 3.36" } null = { source = "hashicorp/null" - version = "~> 3.0" + version = ">= 3.0" } random = { source = "hashicorp/random"