docs(AWS IAM): Fix invalid example

This commit is contained in:
Matthieu Napoli 2021-07-14 12:23:35 +02:00 committed by GitHub
parent a04a714685
commit a0dc0740f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,11 +27,11 @@ provider:
name: custom-role-name
path: /custom-role-path/
statements:
- Effect: 'Allow',
Resource: '*',
NotAction: 'iam:DeleteUser',
- Effect: 'Allow'
Resource: '*'
Action: 'iam:DeleteUser'
managedPolicies:
- 'arn:aws:iam::123456789012:user/*',
- 'arn:aws:iam::123456789012:user/*'
permissionsBoundary: arn:aws:iam::123456789012:policy/boundaries
tags:
key: value