Fix linter, improve rabbit
This commit is contained in:
@@ -6,6 +6,10 @@ output "service" {
|
||||
value = "${local.app_slug}-redis.${var.namespace}.svc"
|
||||
}
|
||||
|
||||
output "port" {
|
||||
value = 6379
|
||||
}
|
||||
|
||||
output "db_host" {
|
||||
value = "${local.app_slug}-redis"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user