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

This commit is contained in:
Adam Butler
2016-06-16 15:04:05 +01:00
committed by Matt Clay
parent 363ff55445
commit 0c7ec1e860

View File

@@ -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: {}