[Bug]: aws_vpc_endpoint
dns_options.dns_record_ip_type
shows diff when default value is used
#33449
Labels
bug
Addresses a defect in current functionality.
service/vpc
Issues and PRs that pertain to the vpc service.
Milestone
Terraform Core Version
v1.4.6
AWS Provider Version
v5.16.2
Affected Resource(s)
aws_vpc_endpoint
Expected Behavior
When creating an
aws_vpc_endpoint
resource, setting onlyprivate_dns_only_for_inbound_resolver_endpoint
in thedns_options
should not show diffs on subsequent plans for the defaulted value (ipv4
) ofdns_record_ip_type
.Actual Behavior
Subsequent plans show a change from the defaulted value of
ipv4
->null
.Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
private_dns_enabled = true
anddns_options.private_dns_only_for_inbound_resolver_endpoint = false
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: