Fix elasticache documentation of security_group_ids (#54522)

When creating an ElastiCache redis cluster/instance via this module using a list of security group names (i.e. "FooSG") with `security_group_ids`, the module will fail to create the redis cluster/instance.

When using the security group ID (i.e. "sg-XXXXXXXX"), the cluster is created successfully. Tested with Ansible v2.7.8.

+label: docsite_pr
This commit is contained in:
Chris Stevens 2019-03-28 16:43:57 -05:00 committed by Alicia Cozine
parent 86268b09a1
commit 6167ab125c

View file

@ -59,7 +59,7 @@ options:
version_added: "2.0" version_added: "2.0"
security_group_ids: security_group_ids:
description: description:
- A list of vpc security group names to associate with this cache cluster. Only use if inside a vpc - A list of vpc security group IDs to associate with this cache cluster. Only use if inside a vpc
version_added: "1.6" version_added: "1.6"
cache_security_groups: cache_security_groups:
description: description: