envato / iamy

IAMy - originally developed by 99designs
MIT License
0 stars 1 forks source link

Add support for InstanceProfile tags #30

Closed viraptor closed 1 year ago

viraptor commented 1 year ago

InstanceProfile tags have a separate API call. To be able to ignore them, we need to pull their tags. This initially came from an annoyance where some resources like instance profiles use a mix of lower- and upper-case in the cloudformation names and cannot be skipped automatically with the existing code.

andrewjhumphrey commented 1 year ago

LGTM