fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user