mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
* Update route53Provider.go * includes optional Token * Appended Token and additional information for
10 lines
164 B
Plaintext
10 lines
164 B
Plaintext
{
|
|
"bind": {
|
|
},
|
|
"r53_ACCOUNTNAME": {
|
|
"KeyId": "change_to_your_keyid",
|
|
"SecretKey": "change_to_your_secretkey",
|
|
"Token": "optional_sts_token"
|
|
}
|
|
}
|