Fix sort order

This commit is contained in:
Julio Castillo 2023-05-22 19:11:03 +02:00
parent 3e67fc00ca
commit fddf8b52bc
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}