rebuy-de / aws-nuke

Nuke a whole AWS account and delete all its resources.
https://github.com/ekristen/aws-nuke
MIT License
5.76k stars 725 forks source link

Add tags for IAMUser and IAMUserPolicyAttachments #760

Closed dshelley66 closed 2 years ago

dshelley66 commented 2 years ago

While it appears that tags are implemented for IAMUser, they aren't working as the AWS user list API returns an empty list for tags so they never get populated in the resource.

Also would like to add tag support for IAMUserPolicyAttachments (similar to how IAMRolePolicyAttachments tags are implemented).

dshelley66 commented 2 years ago

I will have a PR for this shortly.

dshelley66 commented 2 years ago

This is fixed by https://github.com/rebuy-de/aws-nuke/pull/762