diff --git a/examples/gh-runner-gke-dind-rootless/versions.tf b/examples/gh-runner-gke-dind-rootless/versions.tf index 12e52e1..cfde370 100644 --- a/examples/gh-runner-gke-dind-rootless/versions.tf +++ b/examples/gh-runner-gke-dind-rootless/versions.tf @@ -20,11 +20,11 @@ terraform { # https://github.com/GoogleCloudPlatform/magic-modules/pull/11688 google = { source = "hashicorp/google" - version = ">= 4.3.0, < 5.44" + version = ">= 4.3.0, < 6.3" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.3.0, < 5.44" + version = ">= 4.3.0, < 6.3" } kubernetes = { source = "hashicorp/kubernetes" diff --git a/examples/gh-runner-gke-dind/versions.tf b/examples/gh-runner-gke-dind/versions.tf index 12e52e1..cfde370 100644 --- a/examples/gh-runner-gke-dind/versions.tf +++ b/examples/gh-runner-gke-dind/versions.tf @@ -20,11 +20,11 @@ terraform { # https://github.com/GoogleCloudPlatform/magic-modules/pull/11688 google = { source = "hashicorp/google" - version = ">= 4.3.0, < 5.44" + version = ">= 4.3.0, < 6.3" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.3.0, < 5.44" + version = ">= 4.3.0, < 6.3" } kubernetes = { source = "hashicorp/kubernetes" diff --git a/examples/gh-runner-gke-simple/versions.tf b/examples/gh-runner-gke-simple/versions.tf index 12e52e1..cfde370 100644 --- a/examples/gh-runner-gke-simple/versions.tf +++ b/examples/gh-runner-gke-simple/versions.tf @@ -20,11 +20,11 @@ terraform { # https://github.com/GoogleCloudPlatform/magic-modules/pull/11688 google = { source = "hashicorp/google" - version = ">= 4.3.0, < 5.44" + version = ">= 4.3.0, < 6.3" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.3.0, < 5.44" + version = ">= 4.3.0, < 6.3" } kubernetes = { source = "hashicorp/kubernetes"