Skip to content

Commit 7f5ce28

Browse files
daniel-citapeabody
andauthored
fix: set the build timeout for the build that creates the Terraform and gcloud image to 20 minutes (#1071)
Co-authored-by: Andrew Peabody <[email protected]>
1 parent e09d174 commit 7f5ce28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

0-bootstrap/cb.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,14 @@ module "tf_private_pool" {
154154

155155
module "tf_cloud_builder" {
156156
source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_builder"
157-
version = "~> 6.4"
157+
version = "~> 6.5"
158158

159159
project_id = module.tf_source.cloudbuild_project_id
160160
dockerfile_repo_uri = module.tf_source.csr_repos[local.cloudbuilder_repo].url
161161
gar_repo_location = var.default_region
162162
workflow_region = var.default_region
163163
terraform_version = local.terraform_version
164+
build_timeout = "1200s"
164165
cb_logs_bucket_force_destroy = var.bucket_force_destroy
165166
trigger_location = var.default_region
166167
enable_worker_pool = true

0 commit comments

Comments
 (0)