This commit is contained in:
2023-10-15 13:57:17 +02:00
parent ace83c6b30
commit 394fbd6d30
8 changed files with 503 additions and 486 deletions

View File

@@ -5,7 +5,9 @@ locals {
sorted-teams = flatten([
for name in local.sorted-team-names: [
for team in var.teams:
team if team.name == name
merge({
"apps" = []
}, team) if team.name == name
]
])
}