Merge pull request #1775 from arcz/patch-1

Fix typos in route53.py
This commit is contained in:
Brian Coca 2015-07-22 16:47:18 -04:00
commit cfe697f676

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"