fixed version

pull/23271/head
Brian Coca 8 years ago
parent bd05c653fd
commit 2f3ca66fbf

@ -143,7 +143,7 @@ EXAMPLES = '''
vpc_id: 12345 vpc_id: 12345
region: eu-west-1a region: eu-west-1a
rules: rules:
# 'ports' rule keyword was introduced in version 2.3. It accepts a single port value or a list of values including ranges (from_port-to_port). # '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 - proto: tcp
ports: 22 ports: 22
group_name: example-vpn group_name: example-vpn
@ -153,7 +153,7 @@ EXAMPLES = '''
- 443 - 443
- 8080-8099 - 8080-8099
cidr_ip: 0.0.0.0/0 cidr_ip: 0.0.0.0/0
# Rule sources list support was added in version 2.3. This allows to define multiple sources per source type as well as multiple source types per rule. # Rule sources list support was added in version 2.4. This allows to define multiple sources per source type as well as multiple source types per rule.
- proto: tcp - proto: tcp
ports: ports:
- 6379 - 6379

Loading…
Cancel
Save