Skip to content

Instantly share code, notes, and snippets.

@duduribeiro
Created March 31, 2017 23:54
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