From 68d609a02272a08881a330551e635d01ada4cb52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sun, 28 Jan 2024 09:52:33 +0100 Subject: [PATCH] Adding service name output --- service/outputs.tf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 service/outputs.tf diff --git a/service/outputs.tf b/service/outputs.tf new file mode 100644 index 0000000..bb20ad6 --- /dev/null +++ b/service/outputs.tf @@ -0,0 +1,3 @@ +output "name" { + value = "${var.app_slug}" +}