From b3f0f3b3f25a8ad3c16e757d2b88769424e760b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 18:08:05 +0000 Subject: [PATCH] Update Terraform google-beta to v5.6.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/root/main.tf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/terraform/gcp/artifact-registry/dev/main.tf b/terraform/gcp/artifact-registry/dev/main.tf index d64c2f206..841a47e2b 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.5.0" + version = "5.6.0" } } } diff --git a/terraform/gcp/artifact-registry/modules/artifact-registry/main.tf b/terraform/gcp/artifact-registry/modules/artifact-registry/main.tf index d64c2f206..841a47e2b 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.5.0" + version = "5.6.0" } } } diff --git a/terraform/gcp/gke/dev/main.tf b/terraform/gcp/gke/dev/main.tf index 96bf7c38c..fd5083284 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.5.0" + version = "5.6.0" } } } diff --git a/terraform/gcp/gke/modules/gke/main.tf b/terraform/gcp/gke/modules/gke/main.tf index 762972aff..25f8bcee6 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.5.0" + version = "5.6.0" } } } diff --git a/terraform/gcp/root/main.tf b/terraform/gcp/root/main.tf index d62f3cf45..7ee478cc5 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.5.0" + version = "5.6.0" } } }