Skip to content

Commit

Permalink
hostname does not exists on aws_route53_record
Browse files Browse the repository at this point in the history
the aws provider does not set hostname, it sets name instead
  • Loading branch information
schubter authored Feb 19, 2018
1 parent 36cbfac commit ee688c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns/aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ resource "aws_route53_record" "wildcard" {
}

output "domains" {
value = ["${aws_route53_record.hosts.*.hostname}"]
value = ["${aws_route53_record.hosts.*.name}"]
}

0 comments on commit ee688c6

Please sign in to comment.