Adding service name output

This commit is contained in:
2024-01-28 09:52:33 +01:00
parent bc5f7ff32b
commit 68d609a022

3
service/outputs.tf Normal file
View File

@@ -0,0 +1,3 @@
output "name" {
value = "${var.app_slug}"
}