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
pull/54566/head
Chris Stevens 6 years ago committed by Alicia Cozine
parent 86268b09a1
commit 6167ab125c

@ -59,7 +59,7 @@ options:
version_added: "2.0"
security_group_ids:
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"
cache_security_groups:
description:

Loading…
Cancel
Save