Merge pull request #991 from sairez/devel
fix syntax in last EC2 ELB LB example
This commit is contained in:
commit
9763268903
1 changed files with 3 additions and 3 deletions
|
@ -235,9 +235,9 @@ EXAMPLES = """
|
|||
- us-east-1a
|
||||
- us-east-1d
|
||||
listeners:
|
||||
- protocols: http
|
||||
- load_balancer_port: 80
|
||||
- instance_port: 80
|
||||
- protocol: http
|
||||
load_balancer_port: 80
|
||||
instance_port: 80
|
||||
"""
|
||||
|
||||
import sys
|
||||
|
|
Loading…
Reference in a new issue