From 0850e140a3fb55d9707a9a86739015759e245fdf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 22:54:29 +0000 Subject: [PATCH] chore(deps): Update Terraform terraform-google-modules/gcloud/google to ~> 3.1 (#243) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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..46ea20c7 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.1" 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..f49793a5 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.1" upgrade = false create_cmd_entrypoint = "${path.module}/scripts/push-to-repo.sh"