diff --git a/examples/gh-runner-gke-dind-rootless/versions.tf b/examples/gh-runner-gke-dind-rootless/versions.tf index 2c43fa5..52f9cc4 100644 --- a/examples/gh-runner-gke-dind-rootless/versions.tf +++ b/examples/gh-runner-gke-dind-rootless/versions.tf @@ -16,15 +16,11 @@ terraform { required_providers { - # TODO: undo version constraint pending provider bug - # https://github.com/GoogleCloudPlatform/magic-modules/pull/11688 google = { - source = "hashicorp/google" - version = ">= 4.3.0, < 6.10" + source = "hashicorp/google" } google-beta = { - source = "hashicorp/google-beta" - version = ">= 4.3.0, < 6.10" + source = "hashicorp/google-beta" } kubernetes = { source = "hashicorp/kubernetes"