0.7.0: Remove appending of a dot to the zone name (#22)
What
- Fixes a bug with an extra dot when using
var.zone_name
>var.domain_name
Why
- The appending of the dot breaks the search of the zone when referencing the name from an existing aws_route53_zone resource because the name property already contains the dot.