Skip to content

Instantly share code, notes, and snippets.

@duduribeiro
Created March 31, 2017 23:54
Show Gist options
  • Save duduribeiro/0aafb5203dd66cd2b2d50d4335b08ebf to your computer and use it in GitHub Desktop.
Save duduribeiro/0aafb5203dd66cd2b2d50d4335b08ebf to your computer and use it in GitHub Desktop.
Terraform staging - output.tf
output "elb_hostname" {
value = "${module.web.elb.hostname}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment