From d4b2c920a92cee73d1c9ef5814c81cc9d21f2c7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 20:28:16 +0000 Subject: [PATCH] fix(deps)!: Update Terraform terraform-google-modules/bootstrap/google to v10 --- 0-bootstrap/cb.tf | 6 +++--- 0-bootstrap/main.tf | 2 +- 4-projects/modules/infra_pipelines/main.tf | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/0-bootstrap/cb.tf b/0-bootstrap/cb.tf index ef7e922b4..80fc9acd9 100644 --- a/0-bootstrap/cb.tf +++ b/0-bootstrap/cb.tf @@ -86,7 +86,7 @@ module "gcp_projects_state_bucket" { module "tf_source" { source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_source" - version = "~> 9.0" + version = "~> 10.0" org_id = var.org_id folder_id = google_folder.bootstrap.id @@ -166,7 +166,7 @@ module "tf_private_pool" { module "tf_cloud_builder" { source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_builder" - version = "~> 9.0" + version = "~> 10.0" project_id = module.tf_source.cloudbuild_project_id dockerfile_repo_uri = module.tf_source.csr_repos[local.cloudbuilder_repo].url @@ -217,7 +217,7 @@ module "build_terraform_image" { module "tf_workspace" { source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_workspace" - version = "~> 9.0" + version = "~> 10.0" for_each = local.granular_sa project_id = module.tf_source.cloudbuild_project_id diff --git a/0-bootstrap/main.tf b/0-bootstrap/main.tf index 1063e58fe..9ad0b6d8d 100644 --- a/0-bootstrap/main.tf +++ b/0-bootstrap/main.tf @@ -42,7 +42,7 @@ resource "google_folder" "bootstrap" { module "seed_bootstrap" { source = "terraform-google-modules/bootstrap/google" - version = "~> 9.0" + version = "~> 10.0" org_id = var.org_id folder_id = google_folder.bootstrap.id diff --git a/4-projects/modules/infra_pipelines/main.tf b/4-projects/modules/infra_pipelines/main.tf index 123b5514b..818af1105 100644 --- a/4-projects/modules/infra_pipelines/main.tf +++ b/4-projects/modules/infra_pipelines/main.tf @@ -55,7 +55,7 @@ resource "google_storage_bucket" "cloudbuild_bucket" { module "tf_workspace" { source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_workspace" - version = "~> 9.0" + version = "~> 10.0" for_each = toset(var.app_infra_repos)