From c984645de76d98aab51a455d8e8aefa681f32c2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:00:08 +0000 Subject: [PATCH] chore(deps): update terraform google-beta to v5.36.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 dc1a02460..b7a52f6ab 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 = "5.30.0" + version = "5.36.0" } } } diff --git a/terraform/gcp/artifact-registry/modules/artifact-registry/main.tf b/terraform/gcp/artifact-registry/modules/artifact-registry/main.tf index dc1a02460..b7a52f6ab 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 = "5.30.0" + version = "5.36.0" } } } diff --git a/terraform/gcp/gke/dev/main.tf b/terraform/gcp/gke/dev/main.tf index 69e1036b4..7c294e92d 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 = "5.30.0" + version = "5.36.0" } } } diff --git a/terraform/gcp/gke/modules/gke/main.tf b/terraform/gcp/gke/modules/gke/main.tf index 4fb89be79..3761c9aa1 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 = "5.30.0" + version = "5.36.0" } } } diff --git a/terraform/gcp/oidc/main.tf b/terraform/gcp/oidc/main.tf index 4b48958cc..b0df746a2 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 = "5.30.0" + version = "5.36.0" configuration_aliases = [ google-beta.bootstrap, google-beta.network, diff --git a/terraform/gcp/root/main.tf b/terraform/gcp/root/main.tf index 63230ca65..9c01f98ae 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 = "5.30.0" + version = "5.36.0" } } }