align net stages

This commit is contained in:
Ludovico Magnocavallo
2022-07-31 15:13:39 +02:00
parent 0c4e82e1b8
commit dedddbed20

View File

@@ -43,7 +43,7 @@ module "prod-spoke-project" {
iam = {
"roles/dns.admin" = compact([
try(local.service_accounts.gke-prod, null),
try(local.service_accounts.project-factory-prod, null)
try(local.service_accounts.project-factory-prod, null),
])
}
}