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

@@ -25,8 +25,11 @@ 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) }
{
"stages" = []
"datasets" = []
},
{ for k, v in local.sorted-organisations[count.index] : k => v if !contains(["name"], k) }
))}
EOF
}