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:
parent
86268b09a1
commit
6167ab125c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue