1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

DOCS: Fixed creds.json example (#2385)

This commit is contained in:
Jeffrey Cafferata
2023-05-21 19:30:30 +02:00
committed by GitHub
parent 5ae231030e
commit 4d360d4bda
12 changed files with 60 additions and 55 deletions

View File

@@ -31,9 +31,9 @@ export AWS_SESSION_TOKEN=ZZZZZZZZ
```json
{
"r53_main": {
"TYPE": "ROUTE53",
"KeyId": "$AWS_ACCESS_KEY_ID",
"SecretKey": "$AWS_SECRET_ACCESS_KEY",
"TYPE": "ROUTE53"
"SecretKey": "$AWS_SECRET_ACCESS_KEY"
}
}
```