Adding redis url output
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
output "host" {
|
||||
value = "${var.app_slug}-redis.${var.namespace}.svc"
|
||||
}
|
||||
output "url" {
|
||||
value = "redis://${var.app_slug}-redis.${var.namespace}.svc:6379"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user