fix
This commit is contained in:
@@ -2,7 +2,7 @@ output "name" {
|
|||||||
value = "${var.app_slug}"
|
value = "${var.app_slug}"
|
||||||
}
|
}
|
||||||
output "default_definition" {
|
output "default_definition" {
|
||||||
value = = {
|
value = {
|
||||||
"name" = "${var.app_slug}"
|
"name" = "${var.app_slug}"
|
||||||
"port" = {
|
"port" = {
|
||||||
"number" = var.ports[0]
|
"number" = var.ports[0]
|
||||||
|
|||||||
Reference in New Issue
Block a user