infrastructure/postgresql.tjo.cloud/terraform/outputs.tf
Tine 4cbdce717d
Some checks failed
/ lint (push) Failing after 57s
feat(postgresql.tjo.cloud): prepare new deployment
2025-03-10 22:16:07 +01:00

5 lines
113 B
HCL

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