From 96714b7186af23b693879ca593c837dce4a789cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sun, 28 Jan 2024 10:07:40 +0100 Subject: [PATCH] fix --- service/outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]