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:
Scott Miller 2014-12-03 11:45:42 -05:00 committed by Matt Clay
parent cd7cc07e85
commit c49a20b0e5

View file

@ -215,7 +215,7 @@ EXAMPLES = """
name: 'New ELB'
security_group_ids: 'sg-123456, sg-67890'
region: us-west-2
subnets: 'subnet-123456, subnet-67890'
subnets: 'subnet-123456,subnet-67890'
purge_subnets: yes
listeners:
- protocol: http