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
The output indicates that tags may not be parsed properly as other resource types return the tag values underneath each id:
awsweeper --dry-run filter.yml --region us-gov-west-1
• SHOWING RESOURCES THAT WOULD BE DELETED (DRY RUN)
---
Type: aws_workspaces_directory
Found: 3
Id: d-986735dc38
Id: d-9867374fe8
Id: d-986736710f
---
• TOTAL NUMBER OF RESOURCES THAT WOULD BE DELETED: 3
The text was updated successfully, but these errors were encountered:
The output indicates that tags may not be parsed properly as other resource types return the tag values underneath each id:
This looks like this is the case. Can you please run awsls --region us-gov-west-1 -a tags and let me know if your resources with tags are listed correctly? (you find awsls for listing resources here: https://github.com/jckuester/awsls). awsweeper uses awsls as a dependency for listing resources and tags.
When attempting to leverage 0.11.1 the following filter the directory service with the relevant tag does not show up:
The output indicates that tags may not be parsed properly as other resource types return the tag values underneath each id:
The text was updated successfully, but these errors were encountered: