Skip to content

Instantly share code, notes, and snippets.

@Ayush-Singhal28
Created October 4, 2018 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ayush-Singhal28/509da4a1a4941fc20802d2dc133d7240 to your computer and use it in GitHub Desktop.
Save Ayush-Singhal28/509da4a1a4941fc20802d2dc133d7240 to your computer and use it in GitHub Desktop.
output "instance_id" {
value = "${aws_instance.awsInstance.id}"
}
output "public_dns" {
value = "${aws_instance.awsInstance.public_dns}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment