infrastructure/ingress.tjo.cloud/terraform/outputs.tf
Tine f72f4284f3
Some checks are pending
/ lint (push) Waiting to run
feat: merge multiple infrastructure repos
2024-12-22 21:11:02 +01:00

5 lines
113 B
HCL

output "nodes" {
value = [
for key, node in local.nodes : replace("${key}.${node.domain}", ".", "-")
]
}