output "host" { value = "${var.app_slug}-redis.${var.namespace}.svc" } output "url" { value = "redis://${var.app_slug}-redis.${var.namespace}.svc:6379" }