Skip to content

Commit

Permalink
initialize workflows api service identity
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-cit committed Nov 5, 2024
1 parent 29cbefd commit ffce27b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 0-bootstrap/cb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,15 @@ module "tf_source" {
depends_on = [module.seed_bootstrap]
}

resource "google_project_service_identity" "workflows_identity" {
provider = google-beta

project = module.tf_source.cloudbuild_project_id
service = "workflows.googleapis.com"

depends_on = [module.tf_source]
}

module "tf_private_pool" {
source = "./modules/cb-private-pool"

Expand Down

0 comments on commit ffce27b

Please sign in to comment.