Update route53.py
Fix typos
This commit is contained in:
parent
d8f5a34d85
commit
d71b1444a9
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ EXAMPLES = '''
|
||||||
- route53:
|
- route53:
|
||||||
command: "create"
|
command: "create"
|
||||||
zone: "foo.com"
|
zone: "foo.com"
|
||||||
hostes_zone_id: "Z2AABBCCDDEEFF"
|
hosted_zone_id: "Z2AABBCCDDEEFF"
|
||||||
record: "localhost.foo.com"
|
record: "localhost.foo.com"
|
||||||
type: "AAAA"
|
type: "AAAA"
|
||||||
ttl: "7200"
|
ttl: "7200"
|
||||||
|
|
Loading…
Reference in a new issue