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
|
description: an example EC2 group
|
||||||
vpc_id: 12345
|
vpc_id: 12345
|
||||||
region: eu-west-1a
|
region: eu-west-1a
|
||||||
ec2_secret_key: SECRET
|
aws_secret_key: SECRET
|
||||||
ec2_access_key: ACCESS
|
aws_access_key: ACCESS
|
||||||
rules:
|
rules:
|
||||||
- proto: tcp
|
- proto: tcp
|
||||||
from_port: 80
|
from_port: 80
|
||||||
|
|
Loading…
Reference in a new issue