-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
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
A double slash added in IAM Role resource ARN #35
Comments
Hey @rileytg, Thanks for raising! Do you have the |
Looks like iamlive v1.1.7 is still doing this for action {
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"iam:ListAttachedRolePolicies"
],
"Resource": "arn:aws:iam::<redacted>:role//update-stores-dev"
},
{
"Effect": "Allow",
"Action": [
"iam:ListAttachedRolePolicies"
],
"Resource": "arn:aws:iam::<redacted>:role//request-savings-dev"
},
{
"Effect": "Allow",
"Action": [
"iam:ListAttachedRolePolicies"
],
"Resource": "arn:aws:iam::<redacted>:role//tracker-dev"
}
]
} |
Hey @rchildress87, Thanks for the update. I've added another tweak to this tricky Regex problem. Could you give v1.1.8 a try now? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Removing the slash fixed my issue.
This is my terraform run after for clarity:
The text was updated successfully, but these errors were encountered: