Skip to content

Instantly share code, notes, and snippets.

@kevinlondon
Created April 27, 2016 21:06
Show Gist options
  • Save kevinlondon/b2342f75c2564eedd74ad7caff26c26e to your computer and use it in GitHub Desktop.
Save kevinlondon/b2342f75c2564eedd74ad7caff26c26e to your computer and use it in GitHub Desktop.
Terraform Output file
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