mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-29 18:19:02 -04:00
7 lines
130 B
HCL
7 lines
130 B
HCL
output "address" {
|
|
value = "${aws_instance.web.private_ip}"
|
|
}
|
|
|
|
output "elastic ip" {
|
|
value = "${aws_eip.default.public_ip}"
|
|
}
|