Created
April 27, 2016 21:06
-
-
Save kevinlondon/b2342f75c2564eedd74ad7caff26c26e to your computer and use it in GitHub Desktop.
Terraform Output file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
output "ip" { | |
value = "${aws_instance.hello_world.public_ip}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment