Clarified IAM module doc

This commit is contained in:
Jonathan Davila 2016-03-14 15:24:43 -04:00
parent eef9c54874
commit 9c286f35be

View file

@ -19,7 +19,7 @@ DOCUMENTATION = '''
module: iam
short_description: Manage IAM users, groups, roles and keys
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"
options:
iam_type:
@ -27,7 +27,7 @@ options:
- Type of IAM resource
required: true
default: null
choices: [ "user", "group", "role"]
choices: ["user", "group", "role"]
name:
description:
- Name of IAM resource to create or identify