diff --git a/modules/project/service-accounts.tf b/modules/project/service-accounts.tf index 2c6104f4..5e06efb5 100644 --- a/modules/project/service-accounts.tf +++ b/modules/project/service-accounts.tf @@ -26,8 +26,8 @@ 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" + 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" }