Fixes incorrect key name protocols -> protocol (#3963)

pull/18777/head
Adam Butler 8 years ago committed by Matt Clay
parent 363ff55445
commit 0c7ec1e860

@ -311,7 +311,7 @@ EXAMPLES = """
- us-east-1a
- us-east-1d
listeners:
- protocols: http
- protocol: http
- load_balancer_port: 80
- instance_port: 80
@ -325,7 +325,7 @@ EXAMPLES = """
- us-east-1a
- us-east-1d
listeners:
- protocols: http
- protocol: http
- load_balancer_port: 80
- instance_port: 80
stickiness:
@ -343,7 +343,7 @@ EXAMPLES = """
- us-east-1a
- us-east-1d
listeners:
- protocols: http
- protocol: http
- load_balancer_port: 80
- instance_port: 80
stickiness:
@ -361,7 +361,7 @@ EXAMPLES = """
- us-east-1a
- us-east-1d
listeners:
- protocols: http
- protocol: http
- load_balancer_port: 80
- instance_port: 80
tags:
@ -379,7 +379,7 @@ EXAMPLES = """
- us-east-1a
- us-east-1d
listeners:
- protocols: http
- protocol: http
- load_balancer_port: 80
- instance_port: 80
tags: {}

Loading…
Cancel
Save