This commit is contained in:
2024-01-28 10:11:54 +01:00
parent ccfac82ad4
commit c1aac2424b
4 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
output "host" {
value = "${var.app_slug}-redis.${var.namespace}.svc"
value = "${local.app_slug}-redis.${var.namespace}.svc"
}
output "url" {
value = "redis://${var.app_slug}-redis.${var.namespace}.svc:6379"
value = "redis://${local.app_slug}-redis.${var.namespace}.svc:6379"
}