mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-05 21:53:04 -06:00
4 lines
57 B
HCL
4 lines
57 B
HCL
output "address" {
|
|
value = "${aws_elb.web.dns_name}"
|
|
}
|