fix
This commit is contained in:
@@ -32,6 +32,8 @@ resource "kubectl_manifest" "organisations" {
|
||||
"haveTekton" = var.haveTekton
|
||||
"haveFlux" = var.haveFlux
|
||||
"autoCD" = var.autoCD
|
||||
"gitea_ssh_prefix" = var.gitea_ssh_prefix
|
||||
"gitea_ssh_port" = var.gitea_ssh_port
|
||||
},
|
||||
{ for k, v in local.sorted-organisations[count.index] : k => v if !contains(["name"], k) }
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user