mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06: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}"
|
|
}
|