You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes DNS prepending var.name to local.cluster_dns_name (cloudposse#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
0 commit comments