Add an example for SRV record in route53 (#3749)

This commit is contained in:
Roberto Bampi 2016-05-26 16:45:02 +02:00 committed by Brian Coca
parent fb77ab49ab
commit 423209d187

View file

@ -194,6 +194,16 @@ EXAMPLES = '''
type: "AAAA"
ttl: "7200"
value: "::1"
# Add a SRV record with multiple fields for a service on port 22222
# For more information on SRV records see:
# https://en.wikipedia.org/wiki/SRV_record
- route53:
command: "create"
"zone": "foo.com"
"record": "_example-service._tcp.foo.com"
"type": "SRV"
"value": ["0 0 22222 host1.foo.com", "0 0 22222 host2.foo.com"]
# Add a TXT record. Note that TXT and SPF records must be surrounded
# by quotes when sent to Route 53: