v0.27.0
fix: use correct variable with route53-cluster-hostname @syphernl (#83)
what
- Use
dns_name
instead ofname
while using the route53-cluster-hostname module.
why
- The
name
parameter is not being used by the route53-cluster-hostname module invocation and results it falling back to the value ofmodule.this.id
rather than the default value ofdb
forhost_name
within the terraform-aws-rds module.