mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-12 07:01:03 -04:00
7 lines
129 B
HCL
7 lines
129 B
HCL
output "address" {
|
|
value = "${aws_instance.web.private_ip}"
|
|
}
|
|
output "elastic ip" {
|
|
value = "${aws_eip.default.public_ip}"
|
|
}
|