summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Davila <jdavila@ansible.com>2016-03-14 15:24:43 -0400
committerJonathan Davila <jdavila@ansible.com>2016-03-15 10:15:41 -0400
commit9c286f35beca0e42dc624dd6b8a315405b59d9aa (patch)
tree9e43ef855e88f8deeeced208c8452c561e20ac05
parenteef9c54874bda4846f3c2e8ef479b34c0f02e82e (diff)
downloadansible-modules-core-9c286f35beca0e42dc624dd6b8a315405b59d9aa.tar.gz
Clarified IAM module doc
-rw-r--r--cloud/amazon/iam.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cloud/amazon/iam.py b/cloud/amazon/iam.py
index fb5e60c6..9d45882b 100644
--- a/cloud/amazon/iam.py
+++ b/cloud/amazon/iam.py
@@ -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