Fix typo in documentation (#2359)

pull/18777/head
Nicolas Boutet 8 years ago committed by Matt Clay
parent 68942416df
commit 25e2a933d0

@ -58,7 +58,7 @@ EXAMPLES = '''
- route53_zone: zone=example.com state=absent
- name: private zone for devel
route53_zome: zone=devel.example.com state=present vpc_id={{myvpc_id}} comment='developer domain'
route53_zone: zone=devel.example.com state=present vpc_id={{myvpc_id}} comment='developer domain'
# more complex example
- name: register output after creating zone in parameterized region

Loading…
Cancel
Save