mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
eu-west-1a is an availability zone, not a region. (#23557)
This commit is contained in:
committed by
Matt Davis
parent
246c84b92a
commit
abf5d6e682
@@ -92,7 +92,7 @@ EXAMPLES = '''
|
||||
name: example
|
||||
description: an example EC2 group
|
||||
vpc_id: 12345
|
||||
region: eu-west-1a
|
||||
region: eu-west-1
|
||||
aws_secret_key: SECRET
|
||||
aws_access_key: ACCESS
|
||||
rules:
|
||||
@@ -141,7 +141,7 @@ EXAMPLES = '''
|
||||
name: example2
|
||||
description: an example2 EC2 group
|
||||
vpc_id: 12345
|
||||
region: eu-west-1a
|
||||
region: eu-west-1
|
||||
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).
|
||||
- proto: tcp
|
||||
|
||||
Reference in New Issue
Block a user