File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
4-projects/modules/infra_pipelines Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ module "gcp_projects_state_bucket" {
8686
8787module "tf_source" {
8888 source = " terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_source"
89- version = " ~> 9 .0"
89+ version = " ~> 10 .0"
9090
9191 org_id = var. org_id
9292 folder_id = google_folder. bootstrap . id
@@ -166,7 +166,7 @@ module "tf_private_pool" {
166166
167167module "tf_cloud_builder" {
168168 source = " terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_builder"
169- version = " ~> 9 .0"
169+ version = " ~> 10 .0"
170170
171171 project_id = module. tf_source . cloudbuild_project_id
172172 dockerfile_repo_uri = module. tf_source . csr_repos [local . cloudbuilder_repo ]. url
@@ -217,7 +217,7 @@ module "build_terraform_image" {
217217
218218module "tf_workspace" {
219219 source = " terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_workspace"
220- version = " ~> 9 .0"
220+ version = " ~> 10 .0"
221221 for_each = local. granular_sa
222222
223223 project_id = module. tf_source . cloudbuild_project_id
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ resource "google_folder" "bootstrap" {
4242
4343module "seed_bootstrap" {
4444 source = " terraform-google-modules/bootstrap/google"
45- version = " ~> 9 .0"
45+ version = " ~> 10 .0"
4646
4747 org_id = var. org_id
4848 folder_id = google_folder. bootstrap . id
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ resource "google_storage_bucket" "cloudbuild_bucket" {
5555
5656module "tf_workspace" {
5757 source = " terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_workspace"
58- version = " ~> 9 .0"
58+ version = " ~> 10 .0"
5959
6060 for_each = toset (var. app_infra_repos )
6161
You can’t perform that action at this time.
0 commit comments