From 3602f602e33c80b8b4933bd772b0b166419b9283 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 16:59:25 +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"