From 8c5c04bef9cd0aa55f64e6cbd21f96c03f581b4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:34:58 +0000 Subject: [PATCH] feat(deps): Update Terraform Google Provider to v6 --- examples/gh-runner-gke-dind-rootless/versions.tf | 4 ++-- examples/gh-runner-gke-dind/versions.tf | 4 ++-- examples/gh-runner-gke-simple/versions.tf | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/gh-runner-gke-dind-rootless/versions.tf b/examples/gh-runner-gke-dind-rootless/versions.tf index 12e52e1..2c43fa5 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.10" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.3.0, < 5.44" + version = ">= 4.3.0, < 6.10" } kubernetes = { source = "hashicorp/kubernetes" diff --git a/examples/gh-runner-gke-dind/versions.tf b/examples/gh-runner-gke-dind/versions.tf index 12e52e1..2c43fa5 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.10" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.3.0, < 5.44" + version = ">= 4.3.0, < 6.10" } kubernetes = { source = "hashicorp/kubernetes" diff --git a/examples/gh-runner-gke-simple/versions.tf b/examples/gh-runner-gke-simple/versions.tf index 12e52e1..2c43fa5 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.10" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.3.0, < 5.44" + version = ">= 4.3.0, < 6.10" } kubernetes = { source = "hashicorp/kubernetes"