We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Also appears to ignore cloudformation suffixes on instance profiles that are lower case. (see https://buildkite.com/envato-marketplaces/platform-iam-configuration/builds/2315#0181451c-231b-4787-a3f1-7b818181453b) and
aws iam list-instance-profile-tags --instance-profile-name platform-docker-spot-green-InstanceProfile-3YLQsbagLI1q { "Tags": [ { "Key": "iamy-ignore", "Value": "true" } ], "IsTruncated": false }
The text was updated successfully, but these errors were encountered:
We just hit the instance profile with lower case characters in the suffix.
I see the regex doesn't account for this:
iamy/iamy/cfn.go
Line 16 in 5fdf22c
Of course, if it did, it'd match many non-CFN managed resources.
Sorry, something went wrong.
No branches or pull requests
Also appears to ignore cloudformation suffixes on instance profiles that are lower case.
(see https://buildkite.com/envato-marketplaces/platform-iam-configuration/builds/2315#0181451c-231b-4787-a3f1-7b818181453b) and
The text was updated successfully, but these errors were encountered: