mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
eu-west-1a is an availability zone, not a region. (#23557)
This commit is contained in:
parent
246c84b92a
commit
abf5d6e682
1 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ EXAMPLES = '''
|
||||||
name: example
|
name: example
|
||||||
description: an example EC2 group
|
description: an example EC2 group
|
||||||
vpc_id: 12345
|
vpc_id: 12345
|
||||||
region: eu-west-1a
|
region: eu-west-1
|
||||||
aws_secret_key: SECRET
|
aws_secret_key: SECRET
|
||||||
aws_access_key: ACCESS
|
aws_access_key: ACCESS
|
||||||
rules:
|
rules:
|
||||||
|
@ -141,7 +141,7 @@ EXAMPLES = '''
|
||||||
name: example2
|
name: example2
|
||||||
description: an example2 EC2 group
|
description: an example2 EC2 group
|
||||||
vpc_id: 12345
|
vpc_id: 12345
|
||||||
region: eu-west-1a
|
region: eu-west-1
|
||||||
rules:
|
rules:
|
||||||
# 'ports' rule keyword was introduced in version 2.4. It accepts a single port value or a list of values including ranges (from_port-to_port).
|
# 'ports' rule keyword was introduced in version 2.4. It accepts a single port value or a list of values including ranges (from_port-to_port).
|
||||||
- proto: tcp
|
- proto: tcp
|
||||||
|
|
Loading…
Reference in a new issue