scottslowe-learning-tools/terraform/aws/new-vpc/output.tf
Scott Lowe e0228f2809
Clean up environment
Clean up Terraform+AWS `new-vpc` environment to adhere to standards described in issue #80.

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-05-25 10:09:03 -06:00

3 lines
81 B
HCL

output "instance_public_ip" {
value = "${aws_instance.coreos01.public_ip}"
}