mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-27 00:46:25 -06: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}"
|
|
}
|