mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-09 07:33:58 -06:00
4 lines
57 B
Terraform
4 lines
57 B
Terraform
|
output "address" {
|
||
|
value = "${aws_elb.web.dns_name}"
|
||
|
}
|