This commit is contained in:
2023-10-15 13:33:55 +02:00
parent d958463e85
commit f26d17fe79
3 changed files with 173 additions and 172 deletions

View File

@@ -22,6 +22,7 @@ resource "kubectl_manifest" "organisations" {
component: "organisation"
options: ${jsonencode(merge(
local.global,
{ "stages" = []},
{ for k, v in local.sorted-organisations[count.index] : k => v if !contains(["name","organisations"], k) }
))}
EOF