align net stages

This commit is contained in:
Ludovico Magnocavallo 2022-07-31 15:00:09 +02:00
parent 9b371a3d2c
commit cd3b4463de
1 changed files with 1 additions and 1 deletions

View File

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