Fixes incorrect key name protocols -> protocol (#3963)
This commit is contained in:
parent
363ff55445
commit
0c7ec1e860
1 changed files with 5 additions and 5 deletions
|
@ -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…
Reference in a new issue