Clarified IAM module doc
This commit is contained in:
parent
368cf59e4b
commit
f24c3fb40e
1 changed files with 2 additions and 3 deletions
|
@ -19,7 +19,7 @@ DOCUMENTATION = '''
|
||||||
module: iam
|
module: iam
|
||||||
short_description: Manage IAM users, groups, roles and keys
|
short_description: Manage IAM users, groups, roles and keys
|
||||||
description:
|
description:
|
||||||
- Allows for the management of IAM users, groups, roles and access keys.
|
- Allows for the management of IAM users, user API keys, groups, roles.
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
options:
|
options:
|
||||||
iam_type:
|
iam_type:
|
||||||
|
@ -27,8 +27,7 @@ options:
|
||||||
- Type of IAM resource
|
- Type of IAM resource
|
||||||
required: true
|
required: true
|
||||||
default: null
|
default: null
|
||||||
choices: [ "user", "group", "role"]
|
choices: ["user", "group", "role"]
|
||||||
aliases: []
|
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- Name of IAM resource to create or identify
|
- Name of IAM resource to create or identify
|
||||||
|
|
Loading…
Reference in a new issue