opentofu/examples/aws-two-tier/outputs.tf
2014-10-13 17:24:25 -07:00

4 lines
57 B
HCL

output "address" {
value = "${aws_elb.web.dns_name}"
}