Refacto and add modules

This commit is contained in:
2024-02-06 11:03:20 +01:00
parent 159b576b24
commit bcdf666cc0
47 changed files with 661 additions and 338 deletions

View File

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