Adding service definition output
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
output "name" {
|
output "name" {
|
||||||
value = "${var.app_slug}"
|
value = "${var.app_slug}"
|
||||||
}
|
}
|
||||||
|
output "default_definition" {
|
||||||
|
value = = {
|
||||||
|
"name" = "${var.app_slug}"
|
||||||
|
"port" = {
|
||||||
|
"number" = var.ports[0]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user