From 8c3b45334713d6717a313618f36fb5eac721cebf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:14:03 +0000 Subject: [PATCH] chore(deps): Update Terraform terraform-google-modules/bootstrap/google to v10 --- examples/cloudbuild_enabled/main.tf | 4 ++-- examples/cloudbuild_repo_connection_github/main.tf | 2 +- examples/cloudbuild_repo_connection_gitlab/main.tf | 2 +- examples/im_cloudbuild_workspace_github/main.tf | 2 +- examples/im_cloudbuild_workspace_gitlab/main.tf | 2 +- examples/simple-folder/main.tf | 2 +- examples/simple/main.tf | 2 +- examples/tf_cloudbuild_builder_simple/main.tf | 2 +- examples/tf_cloudbuild_builder_simple_github/main.tf | 4 ++-- examples/tf_cloudbuild_builder_simple_gitlab/main.tf | 4 ++-- examples/tf_cloudbuild_source_simple/main.tf | 2 +- examples/tf_cloudbuild_workspace_simple/main.tf | 2 +- examples/tf_cloudbuild_workspace_simple_github/main.tf | 4 ++-- examples/tf_cloudbuild_workspace_simple_gitlab/main.tf | 4 ++-- 14 files changed, 19 insertions(+), 19 deletions(-) diff --git a/examples/cloudbuild_enabled/main.tf b/examples/cloudbuild_enabled/main.tf index d837d21c..7ec93b45 100644 --- a/examples/cloudbuild_enabled/main.tf +++ b/examples/cloudbuild_enabled/main.tf @@ -20,7 +20,7 @@ module "seed_bootstrap" { source = "terraform-google-modules/bootstrap/google" - version = "~> 9.0" + version = "~> 10.0" org_id = var.org_id billing_account = var.billing_account @@ -36,7 +36,7 @@ module "seed_bootstrap" { module "cloudbuild_bootstrap" { source = "terraform-google-modules/bootstrap/google//modules/cloudbuild" - version = "~> 9.0" + version = "~> 10.0" org_id = var.org_id billing_account = var.billing_account diff --git a/examples/cloudbuild_repo_connection_github/main.tf b/examples/cloudbuild_repo_connection_github/main.tf index 7398b312..5696a8f1 100644 --- a/examples/cloudbuild_repo_connection_github/main.tf +++ b/examples/cloudbuild_repo_connection_github/main.tf @@ -16,7 +16,7 @@ module "git_repo_connection" { source = "terraform-google-modules/bootstrap/google//modules/cloudbuild_repo_connection" - version = "~> 9.0" + version = "~> 10.0" project_id = var.project_id connection_config = { diff --git a/examples/cloudbuild_repo_connection_gitlab/main.tf b/examples/cloudbuild_repo_connection_gitlab/main.tf index da5940b0..42bba06a 100644 --- a/examples/cloudbuild_repo_connection_gitlab/main.tf +++ b/examples/cloudbuild_repo_connection_gitlab/main.tf @@ -16,7 +16,7 @@ module "git_repo_connection" { source = "terraform-google-modules/bootstrap/google//modules/cloudbuild_repo_connection" - version = "~> 9.0" + version = "~> 10.0" project_id = var.project_id connection_config = { diff --git a/examples/im_cloudbuild_workspace_github/main.tf b/examples/im_cloudbuild_workspace_github/main.tf index 5da8da11..2d62374f 100644 --- a/examples/im_cloudbuild_workspace_github/main.tf +++ b/examples/im_cloudbuild_workspace_github/main.tf @@ -16,7 +16,7 @@ module "im_workspace" { source = "terraform-google-modules/bootstrap/google//modules/im_cloudbuild_workspace" - version = "~> 9.0" + version = "~> 10.0" project_id = var.project_id deployment_id = "im-example-github-deployment" diff --git a/examples/im_cloudbuild_workspace_gitlab/main.tf b/examples/im_cloudbuild_workspace_gitlab/main.tf index 88e1c8ef..050d143e 100644 --- a/examples/im_cloudbuild_workspace_gitlab/main.tf +++ b/examples/im_cloudbuild_workspace_gitlab/main.tf @@ -16,7 +16,7 @@ module "im_workspace" { source = "terraform-google-modules/bootstrap/google//modules/im_cloudbuild_workspace" - version = "~> 9.0" + version = "~> 10.0" project_id = var.project_id deployment_id = "im-example-gitlab-deployment" diff --git a/examples/simple-folder/main.tf b/examples/simple-folder/main.tf index 0e8f627e..9e01acea 100644 --- a/examples/simple-folder/main.tf +++ b/examples/simple-folder/main.tf @@ -20,7 +20,7 @@ module "seed_bootstrap" { source = "terraform-google-modules/bootstrap/google" - version = "~> 9.0" + version = "~> 10.0" org_id = var.org_id parent_folder = var.parent diff --git a/examples/simple/main.tf b/examples/simple/main.tf index c0453f2a..64271885 100644 --- a/examples/simple/main.tf +++ b/examples/simple/main.tf @@ -20,7 +20,7 @@ module "seed_bootstrap" { source = "terraform-google-modules/bootstrap/google" - version = "~> 9.0" + version = "~> 10.0" org_id = var.org_id billing_account = var.billing_account diff --git a/examples/tf_cloudbuild_builder_simple/main.tf b/examples/tf_cloudbuild_builder_simple/main.tf index c15501db..98696219 100644 --- a/examples/tf_cloudbuild_builder_simple/main.tf +++ b/examples/tf_cloudbuild_builder_simple/main.tf @@ -16,7 +16,7 @@ module "cloudbuilder" { source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_builder" - version = "~> 9.0" + version = "~> 10.0" project_id = module.enabled_google_apis.project_id dockerfile_repo_uri = google_sourcerepo_repository.builder_dockerfile_repo.url diff --git a/examples/tf_cloudbuild_builder_simple_github/main.tf b/examples/tf_cloudbuild_builder_simple_github/main.tf index 182aaf52..72aa683c 100644 --- a/examples/tf_cloudbuild_builder_simple_github/main.tf +++ b/examples/tf_cloudbuild_builder_simple_github/main.tf @@ -26,7 +26,7 @@ locals { module "cloudbuilder" { source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_builder" - version = "~> 9.0" + version = "~> 10.0" project_id = module.enabled_google_apis.project_id dockerfile_repo_uri = module.git_repo_connection.cloud_build_repositories_2nd_gen_repositories["test_repo"].id @@ -56,7 +56,7 @@ resource "time_sleep" "propagation" { module "git_repo_connection" { source = "terraform-google-modules/bootstrap/google//modules/cloudbuild_repo_connection" - version = "~> 9.0" + version = "~> 10.0" project_id = var.project_id connection_config = { diff --git a/examples/tf_cloudbuild_builder_simple_gitlab/main.tf b/examples/tf_cloudbuild_builder_simple_gitlab/main.tf index 5396de83..310b6d48 100644 --- a/examples/tf_cloudbuild_builder_simple_gitlab/main.tf +++ b/examples/tf_cloudbuild_builder_simple_gitlab/main.tf @@ -26,7 +26,7 @@ locals { module "cloudbuilder" { source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_builder" - version = "~> 9.0" + version = "~> 10.0" project_id = module.enabled_google_apis.project_id dockerfile_repo_uri = module.git_repo_connection.cloud_build_repositories_2nd_gen_repositories["test_repo"].id @@ -59,7 +59,7 @@ resource "time_sleep" "propagation" { module "git_repo_connection" { source = "terraform-google-modules/bootstrap/google//modules/cloudbuild_repo_connection" - version = "~> 9.0" + version = "~> 10.0" project_id = var.project_id connection_config = { diff --git a/examples/tf_cloudbuild_source_simple/main.tf b/examples/tf_cloudbuild_source_simple/main.tf index 342a9f01..09aec17d 100644 --- a/examples/tf_cloudbuild_source_simple/main.tf +++ b/examples/tf_cloudbuild_source_simple/main.tf @@ -16,7 +16,7 @@ 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 = var.parent_folder diff --git a/examples/tf_cloudbuild_workspace_simple/main.tf b/examples/tf_cloudbuild_workspace_simple/main.tf index 1f7fa088..61c0ae1d 100644 --- a/examples/tf_cloudbuild_workspace_simple/main.tf +++ b/examples/tf_cloudbuild_workspace_simple/main.tf @@ -16,7 +16,7 @@ module "tf_workspace" { source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_workspace" - version = "~> 9.0" + version = "~> 10.0" project_id = module.enabled_google_apis.project_id tf_repo_uri = google_sourcerepo_repository.tf_config_repo.url diff --git a/examples/tf_cloudbuild_workspace_simple_github/main.tf b/examples/tf_cloudbuild_workspace_simple_github/main.tf index 3ebaaaa9..e1a024dc 100644 --- a/examples/tf_cloudbuild_workspace_simple_github/main.tf +++ b/examples/tf_cloudbuild_workspace_simple_github/main.tf @@ -26,7 +26,7 @@ locals { module "tf_workspace" { source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_workspace" - version = "~> 9.0" + version = "~> 10.0" project_id = module.enabled_google_apis.project_id tf_repo_type = "CLOUDBUILD_V2_REPOSITORY" @@ -61,7 +61,7 @@ resource "time_sleep" "propagation" { module "git_repo_connection" { source = "terraform-google-modules/bootstrap/google//modules/cloudbuild_repo_connection" - version = "~> 9.0" + version = "~> 10.0" project_id = var.project_id connection_config = { diff --git a/examples/tf_cloudbuild_workspace_simple_gitlab/main.tf b/examples/tf_cloudbuild_workspace_simple_gitlab/main.tf index a36517d0..1a7ef37b 100644 --- a/examples/tf_cloudbuild_workspace_simple_gitlab/main.tf +++ b/examples/tf_cloudbuild_workspace_simple_gitlab/main.tf @@ -26,7 +26,7 @@ locals { module "tf_workspace" { source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_workspace" - version = "~> 9.0" + version = "~> 10.0" project_id = module.enabled_google_apis.project_id tf_repo_type = "CLOUDBUILD_V2_REPOSITORY" @@ -60,7 +60,7 @@ resource "time_sleep" "propagation" { module "git_repo_connection" { source = "terraform-google-modules/bootstrap/google//modules/cloudbuild_repo_connection" - version = "~> 9.0" + version = "~> 10.0" project_id = var.project_id connection_config = {