Add default Cloud Build SA to project module

This commit is contained in:
Julio Castillo 2023-05-22 16:00:20 +02:00
parent 00efd6099f
commit 3e67fc00ca
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ locals {
_service_agents_data = yamldecode(file("${path.module}/service-agents.yaml"))
service_accounts_default = {
compute = "${local.project.number}-compute@developer.gserviceaccount.com"
cloudbuild = "${local.project.number}@cloudbuild.gserviceaccount.com"
gae = "${local.project.project_id}@appspot.gserviceaccount.com"
workstations = "service-${local.project.number}@gcp-sa-workstationsvm.iam.gserviceaccount.com"
}