12 lines
No EOL
258 B
HCL
12 lines
No EOL
258 B
HCL
output "service_name" {
|
|
value = module.service.service_name
|
|
}
|
|
output "ports" {
|
|
value = module.service.ports
|
|
}
|
|
output "docker_service" {
|
|
value = module.service.docker_service
|
|
}
|
|
output "endpoint" {
|
|
value = "tcp://${module.service.service_name}:5201/"
|
|
} |