Fix linter, improve rabbit

This commit is contained in:
2024-06-23 18:37:30 +02:00
parent 9f12af60bc
commit 5299267f47
13 changed files with 100 additions and 31 deletions

View File

@@ -5,7 +5,7 @@ output "ingress_backend_exposure" {
value = [for port_map in var.port_mapper :
{
"service" = {
"name" = "${local.app_slug}"
"name" = local.app_slug
"port" = {
"name" = port_map.name
}