Refacto and add modules
This commit is contained in:
@@ -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]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user