Skip to content

Commit

Permalink
Support disabled outputs (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman authored Nov 2, 2017
1 parent 05676e9 commit fa21a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
output "hostname" {
value = "${aws_route53_record.default.fqdn}"
value = "${join("", aws_route53_record.default.*.fqdn)}"
}

0 comments on commit fa21a2e

Please sign in to comment.