Skip to content

Instantly share code, notes, and snippets.

@loujaybee
Created April 21, 2020 06:39
Show Gist options
  • Save loujaybee/1ff0d721fddfcd0d6aff35fc4e45d706 to your computer and use it in GitHub Desktop.
Save loujaybee/1ff0d721fddfcd0d6aff35fc4e45d706 to your computer and use it in GitHub Desktop.
Terraform Output Block
output "DNS" {
value = aws_instance.myInstance.public_dns
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment