Skip to content

Instantly share code, notes, and snippets.

@Ayush-Singhal28
Created October 4, 2018 15:41
Embed
What would you like to do?
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