mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Clean up Terraform+AWS `new-vpc` environment to adhere to standards described in issue #80. Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
3 lines
81 B
HCL
3 lines
81 B
HCL
output "instance_public_ip" {
|
|
value = "${aws_instance.coreos01.public_ip}"
|
|
}
|