Fixed really annoying omission in the example without the task would complete without errors or warnings but delete all egress rules

pull/4420/head
Jaanus Torp 2014-10-23 13:19:23 +01:00 committed by Matt Clay
parent 1429507489
commit 7be83dc844
1 changed files with 2 additions and 1 deletions

View File

@ -102,6 +102,7 @@ EXAMPLES = '''
- proto: tcp - proto: tcp
from_port: 80 from_port: 80
to_port: 80 to_port: 80
cidr_ip: 0.0.0.0/0
group_name: example-other group_name: example-other
# description to use if example-other needs to be created # description to use if example-other needs to be created
group_desc: other example EC2 group group_desc: other example EC2 group