Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
v-bus authored Mar 28, 2020
1 parent fc3ebba commit 350e4c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/aws_route53/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
output "dns_dev_records" {
description = "maps of FQDN => ipv4_adress of dev host"
description = "map of {FQDN = ipv4_address} of developer's host(-s)"
value = {
for dns_record in aws_route53_record.aws_dev_record : dns_record.fqdn => tolist(dns_record.records)[0]
}
}
}

0 comments on commit 350e4c9

Please sign in to comment.