nebula/docker/outputs.tf

4 lines
73 B
HCL

output "lychee-ip" {
value = "${docker_container.lychee.ip_address}"
}