You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a tag is in the provider configuration's ignore_tags and either a resources tags or the provider's default_tags, it should not be set on the resource when creating or updating.
Actual Behavior
For all tagged resources, the tag will be set when created.
For resources that pass the result of getTagsIn directly to the UpdateInput, it will also be modified during update. For other resources, further changes will be ignored.
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
See generated tag tests
Steps to Reproduce
See generated tag tests
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:
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
N/A
AWS Provider Version
5.72.0
Affected Resource(s)
All tagged resources
Expected Behavior
If a tag is in the provider configuration's
ignore_tags
and either a resourcestags
or the provider'sdefault_tags
, it should not be set on the resource when creating or updating.Actual Behavior
For all tagged resources, the tag will be set when created.
For resources that pass the result of
getTagsIn
directly to the UpdateInput, it will also be modified during update. For other resources, further changes will be ignored.Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
See generated tag tests
Steps to Reproduce
See generated tag tests
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: