Skip to content

v0.27.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 21 Dec 10:30
155a316
fix: use correct variable with route53-cluster-hostname @syphernl (#83)

what

  • Use dns_name instead of name 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 of module.this.id rather than the default value of db for host_name within the terraform-aws-rds module.

references