mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #7610 from CorbanR/devel
updating ec2_group example, to be more consistent with parameter names
This commit is contained in:
commit
6cb6f4fa31
1 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,8 @@ EXAMPLES = '''
|
|||
description: an example EC2 group
|
||||
vpc_id: 12345
|
||||
region: eu-west-1a
|
||||
ec2_secret_key: SECRET
|
||||
ec2_access_key: ACCESS
|
||||
aws_secret_key: SECRET
|
||||
aws_access_key: ACCESS
|
||||
rules:
|
||||
- proto: tcp
|
||||
from_port: 80
|
||||
|
|
Loading…
Reference in a new issue