From 061c0fde10bde9d3c055c84b6ecd3a4fb44f3c98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:18:27 +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..5f842ca 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.8" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.3.0, < 5.44" + version = ">= 4.3.0, < 6.8" } kubernetes = { source = "hashicorp/kubernetes" diff --git a/examples/gh-runner-gke-dind/versions.tf b/examples/gh-runner-gke-dind/versions.tf index 12e52e1..5f842ca 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.8" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.3.0, < 5.44" + version = ">= 4.3.0, < 6.8" } kubernetes = { source = "hashicorp/kubernetes" diff --git a/examples/gh-runner-gke-simple/versions.tf b/examples/gh-runner-gke-simple/versions.tf index 12e52e1..5f842ca 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.8" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.3.0, < 5.44" + version = ">= 4.3.0, < 6.8" } kubernetes = { source = "hashicorp/kubernetes"