Skip to content

Commit 255a3ed

Browse files
committed
add depends_on
1 parent 99b097e commit 255a3ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

0-bootstrap/cb.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ module "tf_cloud_builder" {
178178
worker_pool_id = module.tf_private_pool.private_worker_pool_id
179179
bucket_name = "${var.bucket_prefix}-${module.tf_source.cloudbuild_project_id}-tf-cloudbuilder-build-logs"
180180
workflow_deletion_protection = var.workflow_deletion_protection
181+
182+
depends_on = [module.tf_source]
181183
}
182184

183185
module "bootstrap_csr_repo" {

0 commit comments

Comments
 (0)