Skip to content

Commit

Permalink
fix: set the build timeout for the build that creates the Terraform a…
Browse files Browse the repository at this point in the history
…nd gcloud image to 20 minutes (#1071)

Co-authored-by: Andrew Peabody <andrewpeabody@google.com>
  • Loading branch information
daniel-cit and apeabody committed Jan 9, 2024
1 parent e09d174 commit 7f5ce28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 0-bootstrap/cb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,14 @@ module "tf_private_pool" {

module "tf_cloud_builder" {
source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_builder"
version = "~> 6.4"
version = "~> 6.5"

project_id = module.tf_source.cloudbuild_project_id
dockerfile_repo_uri = module.tf_source.csr_repos[local.cloudbuilder_repo].url
gar_repo_location = var.default_region
workflow_region = var.default_region
terraform_version = local.terraform_version
build_timeout = "1200s"
cb_logs_bucket_force_destroy = var.bucket_force_destroy
trigger_location = var.default_region
enable_worker_pool = true
Expand Down

0 comments on commit 7f5ce28

Please sign in to comment.