Merge pull request #217 from jnsaff/fix-ec_group-documentation
Added cidr_ip to ec_group rules_egress example in documentation.
This commit is contained in:
commit
9d1d197e0a
1 changed files with 2 additions and 1 deletions
|
@ -102,6 +102,7 @@ EXAMPLES = '''
|
|||
- proto: tcp
|
||||
from_port: 80
|
||||
to_port: 80
|
||||
cidr_ip: 0.0.0.0/0
|
||||
group_name: example-other
|
||||
# description to use if example-other needs to be created
|
||||
group_desc: other example EC2 group
|
||||
|
|
Loading…
Reference in a new issue