From 6f9e34ce48317a60c6e833c1528bd18f9eda7baa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 21:31:33 +0000 Subject: [PATCH] chore(deps): update terraform google-beta to v6.19.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- terraform/gcp/artifact-registry/dev/main.tf | 2 +- .../gcp/artifact-registry/modules/artifact-registry/main.tf | 2 +- terraform/gcp/gke/dev/main.tf | 2 +- terraform/gcp/gke/modules/gke/main.tf | 2 +- terraform/gcp/oidc/main.tf | 2 +- terraform/gcp/root/main.tf | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/terraform/gcp/artifact-registry/dev/main.tf b/terraform/gcp/artifact-registry/dev/main.tf index 6a5655cbf..12603b96e 100644 --- a/terraform/gcp/artifact-registry/dev/main.tf +++ b/terraform/gcp/artifact-registry/dev/main.tf @@ -20,7 +20,7 @@ terraform { required_providers { google-beta = { source = "hashicorp/google-beta" - version = "6.17.0" + version = "6.19.0" } } } diff --git a/terraform/gcp/artifact-registry/modules/artifact-registry/main.tf b/terraform/gcp/artifact-registry/modules/artifact-registry/main.tf index 6a5655cbf..12603b96e 100644 --- a/terraform/gcp/artifact-registry/modules/artifact-registry/main.tf +++ b/terraform/gcp/artifact-registry/modules/artifact-registry/main.tf @@ -20,7 +20,7 @@ terraform { required_providers { google-beta = { source = "hashicorp/google-beta" - version = "6.17.0" + version = "6.19.0" } } } diff --git a/terraform/gcp/gke/dev/main.tf b/terraform/gcp/gke/dev/main.tf index 359aa5c2d..5f8181bf9 100644 --- a/terraform/gcp/gke/dev/main.tf +++ b/terraform/gcp/gke/dev/main.tf @@ -26,7 +26,7 @@ terraform { # tflint-ignore: terraform_unused_required_providers google-beta = { source = "hashicorp/google-beta" - version = "6.17.0" + version = "6.19.0" } } } diff --git a/terraform/gcp/gke/modules/gke/main.tf b/terraform/gcp/gke/modules/gke/main.tf index f31250d0a..a5ec8f8bc 100644 --- a/terraform/gcp/gke/modules/gke/main.tf +++ b/terraform/gcp/gke/modules/gke/main.tf @@ -24,7 +24,7 @@ terraform { } google-beta = { source = "hashicorp/google-beta" - version = "6.17.0" + version = "6.19.0" } } } diff --git a/terraform/gcp/oidc/main.tf b/terraform/gcp/oidc/main.tf index 29e69d551..d98317185 100644 --- a/terraform/gcp/oidc/main.tf +++ b/terraform/gcp/oidc/main.tf @@ -33,7 +33,7 @@ terraform { } google-beta = { source = "hashicorp/google-beta" - version = "6.17.0" + version = "6.19.0" configuration_aliases = [ google-beta.bootstrap, google-beta.network, diff --git a/terraform/gcp/root/main.tf b/terraform/gcp/root/main.tf index c3eb4176f..ffac79618 100644 --- a/terraform/gcp/root/main.tf +++ b/terraform/gcp/root/main.tf @@ -24,7 +24,7 @@ terraform { # } google-beta = { source = "hashicorp/google-beta" - version = "6.17.0" + version = "6.19.0" } } }