mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-02 22:00:19 -05:00
8 lines
130 B
HCL
8 lines
130 B
HCL
output "address" {
|
|
value = "${aws_instance.web.private_ip}"
|
|
}
|
|
|
|
output "elastic ip" {
|
|
value = "${aws_eip.default.public_ip}"
|
|
}
|