aws_elb resources export a DNS name that makes route53 change every apply #1865
Labels
bug
Addresses a defect in current functionality.
service/route53
Issues and PRs that pertain to the route53 service.
After investigation through #241 I've discovered where some of our continual applies come from.
This is with version 1.0 of the provider, though we've been seeing it as far back as Terraform 8.
The from part of the diff has a trailing dot it, but the to part does not. Also, the zone-ids are different. This record is created from a resource like:
This makes it seem like the elb resource is exporting a
dns_name
andzone_id
that is always different than the data found in a Route53 record.We've noticed that
aws_alb
resources don't do this for some reason.The text was updated successfully, but these errors were encountered: