This commit is contained in:
2024-01-28 10:11:54 +01:00
parent ccfac82ad4
commit c1aac2424b
4 changed files with 6 additions and 6 deletions

View File

@@ -1,9 +1,9 @@
output "name" {
value = "${var.app_slug}"
value = "${local.app_slug}"
}
output "default_definition" {
value = {
"name" = "${var.app_slug}"
"name" = "${local.app_slug}"
"port" = {
"number" = var.ports[0]
}