This commit is contained in:
2024-01-28 10:07:40 +01:00
parent dd03003ebc
commit 96714b7186

View File

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