scottslowe-learning-tools/terraform/aws/new-vpc/output.tf
Scott Lowe 5645144589
Update formatting
Update formatting of all Terraform configuration files per `terraform fmt`

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-10-18 11:52:09 -06:00

3 lines
79 B
HCL

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