diff --git a/modules/project/service-accounts.tf b/modules/project/service-accounts.tf index 4c6b419c77..5e06efb5e9 100644 --- a/modules/project/service-accounts.tf +++ b/modules/project/service-accounts.tf @@ -26,6 +26,7 @@ locals { } _service_agents_data = yamldecode(file("${path.module}/service-agents.yaml")) service_accounts_default = { + cloudbuild = "${local.project.number}@cloudbuild.gserviceaccount.com" compute = "${local.project.number}-compute@developer.gserviceaccount.com" gae = "${local.project.project_id}@appspot.gserviceaccount.com" workstations = "service-${local.project.number}@gcp-sa-workstationsvm.iam.gserviceaccount.com"