From 6b8166a7d74ab47668311897e23b85357a401560 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 05:29:22 +0000 Subject: [PATCH] chore(deps): Update Terraform terraform-google-modules/gcloud/google to ~> 3.3.0 --- examples/tf_cloudbuild_builder_simple/main.tf | 2 +- examples/tf_cloudbuild_workspace_simple/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/tf_cloudbuild_builder_simple/main.tf b/examples/tf_cloudbuild_builder_simple/main.tf index 083490cd..1817117f 100644 --- a/examples/tf_cloudbuild_builder_simple/main.tf +++ b/examples/tf_cloudbuild_builder_simple/main.tf @@ -33,7 +33,7 @@ resource "google_sourcerepo_repository" "builder_dockerfile_repo" { # Bootstrap CSR with Dockerfile module "bootstrap_csr_repo" { source = "terraform-google-modules/gcloud/google" - version = "~> 3.1.0" + version = "~> 3.3.0" upgrade = false create_cmd_entrypoint = "${path.module}/scripts/push-to-repo.sh" diff --git a/examples/tf_cloudbuild_workspace_simple/main.tf b/examples/tf_cloudbuild_workspace_simple/main.tf index 90cd0dab..27bf3a32 100644 --- a/examples/tf_cloudbuild_workspace_simple/main.tf +++ b/examples/tf_cloudbuild_workspace_simple/main.tf @@ -40,7 +40,7 @@ resource "google_sourcerepo_repository" "tf_config_repo" { # # Bootstrap CSR with TF configs module "bootstrap_csr_repo" { source = "terraform-google-modules/gcloud/google" - version = "~> 3.1.0" + version = "~> 3.3.0" upgrade = false create_cmd_entrypoint = "${path.module}/scripts/push-to-repo.sh"