diff --git a/service/outputs.tf b/service/outputs.tf index 4b1fba8..31b54c0 100644 --- a/service/outputs.tf +++ b/service/outputs.tf @@ -2,7 +2,7 @@ output "name" { value = "${var.app_slug}" } output "default_definition" { - value = = { + value = { "name" = "${var.app_slug}" "port" = { "number" = var.ports[0]