Files
kydah-modules/postgresql/outputs.tf

4 lines
73 B
HCL

output "host" {
value = "${var.app_slug}-redis.${var.namespace}.svc"
}