Update route53.py

Fix typos
This commit is contained in:
Artur Cygan 2015-07-22 11:36:32 +02:00
parent 3f240a939f
commit 2133cb1171

View file

@ -213,7 +213,7 @@ EXAMPLES = '''
- route53:
command: "create"
zone: "foo.com"
hostes_zone_id: "Z2AABBCCDDEEFF"
hosted_zone_id: "Z2AABBCCDDEEFF"
record: "localhost.foo.com"
type: "AAAA"
ttl: "7200"
@ -224,7 +224,7 @@ EXAMPLES = '''
- route53:
command: "create"
zone: "foo.com"
hostes_zone_id: "Z2AABBCCDDEEFF"
hosted_zone_id: "Z2AABBCCDDEEFF"
record: "localhost.foo.com"
type: "AAAA"
ttl: "7200"