fix documentation
AWS does not recognize the subnet if it is presented in a comma delimited format with spaces. you must remove the space for Amazon to recognize the second subnet.
This commit is contained in:
parent
cd7cc07e85
commit
c49a20b0e5
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ EXAMPLES = """
|
||||||
name: 'New ELB'
|
name: 'New ELB'
|
||||||
security_group_ids: 'sg-123456, sg-67890'
|
security_group_ids: 'sg-123456, sg-67890'
|
||||||
region: us-west-2
|
region: us-west-2
|
||||||
subnets: 'subnet-123456, subnet-67890'
|
subnets: 'subnet-123456,subnet-67890'
|
||||||
purge_subnets: yes
|
purge_subnets: yes
|
||||||
listeners:
|
listeners:
|
||||||
- protocol: http
|
- protocol: http
|
||||||
|
|
Loading…
Reference in a new issue