Skip to content

v0.35.1

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 22 Oct 20:22
97fd73f

馃悰 Bug Fixes

Fixes DNS prepending var.name to local.cluster_dns_name @Hibbert (#88)

what

  • DNS was changing when it shouldn't have been, it was the value of:
${var.name}-${local.cluster_dns_name}

I think this may have changed in https://github.com/cloudposse/terraform-aws-route53-cluster-hostname/releases/tag/0.6.0

This changes the parameter to dns_name and upgrades the version to get a stable DNS record

why

  • Fix broken DNS