tags on hosted zone created by aws_service_discovery_private_dns_namespace resource should be reset if there has been a change outside of terraform
Actual Behavior
If a tag has been edited (manually for the sake of argument) on the hosted zone created by aws_service_discovery_private_dns_namespace resource then that does not seem to be 'known' to terraform - I presume the tags are not read from the resource and the remote state is trusted - this doesn't seem to match behaviour for most resources.
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Terraform Core Version
1.4.6
AWS Provider Version
4.67.0
Affected Resource(s)
aws_service_discovery_private_dns_namespace tags
Expected Behavior
tags on hosted zone created by aws_service_discovery_private_dns_namespace resource should be reset if there has been a change outside of terraform
Actual Behavior
If a tag has been edited (manually for the sake of argument) on the hosted zone created by aws_service_discovery_private_dns_namespace resource then that does not seem to be 'known' to terraform - I presume the tags are not read from the resource and the remote state is trusted - this doesn't seem to match behaviour for most resources.
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
Create based on above config. Manually edit tag value to
different_value
Plan - note tag not resetDebug Output
No response
Panic Output
No response
Important Factoids
No response
References
7840 adds this functionality
Would you like to implement a fix?
No