aws_route53_record does not display alias names correctly #8013
Labels
bug
Addresses a defect in current functionality.
service/route53
Issues and PRs that pertain to the route53 service.
stale
Old or inactive issues managed by automation, if no further action taken these will get closed.
Milestone
Community Note
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Plan output
Expected Behavior
the alias name should be "dualstack." for alias.xxx.name
Actual Behavior
only the ELB hostname shows up for alias.xxx.name
Steps to Reproduce
terraform apply
Important Factoids
nothing that i can tell is different. this is how i set up the
aws_elb
: it scrapes it out of k8s by looking for the service installed by nginx-ingress.References
maybe its related to this??
set_identifier
do not apply correctly #7998for more info on why
dualstack.
should really always be prefixed in this situation, search fordualstack
on this page https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resource-record-sets-values-alias.htmlThe text was updated successfully, but these errors were encountered: