-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Empty tags on aws_eks_pod_identity_association causes drift #37146
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Hi @calvinbui! I am not 100% sure this is an resource issue, it might be a configuration issue. Have you tried |
yep that seems like the case.
i'll raise the issue back over in the module repo |
Warning This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them. Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Terraform Core Version
1.8.2
AWS Provider Version
5.47.0
Affected Resource(s)
Expected Behavior
No change in resource
Actual Behavior
Change detected in with tags value.
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
I am using the terraform-aws-modules/terraform-aws-eks-pod-identity module.
Steps to Reproduce
aws_eks_pod_identity_association
with no empty tags (tags = {}
)However is
tags
is NOT empty, a tag is created, and the module does not detect a drift on the next run.The
tags_all
tags fromdefault_tags
work and are present on the AWS resource.Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
Same issue faced in terraform-aws-modules/terraform-aws-eks-pod-identity#7 and referred here.
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: