diff options
author | 2018-11-13 14:44:47 -0800 | |
---|---|---|
committer | 2018-11-13 22:44:47 +0000 | |
commit | bb0b60ec812d33f9971e12971ca999f76dd87d52 (patch) | |
tree | 677da3b8125887d8f622866a0a7d49391aec2ce1 /plugin | |
parent | c3d69bec3177511d8315529ce734a713437b1bf0 (diff) | |
download | coredns-bb0b60ec812d33f9971e12971ca999f76dd87d52.tar.gz coredns-bb0b60ec812d33f9971e12971ca999f76dd87d52.tar.zst coredns-bb0b60ec812d33f9971e12971ca999f76dd87d52.zip |
Update README.md in route53 plugin (#2299)
Update README.md in route53 plugin, as credentials_file is
not supported.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/route53/README.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/plugin/route53/README.md b/plugin/route53/README.md index 5917e03f8..1617b23fd 100644 --- a/plugin/route53/README.md +++ b/plugin/route53/README.md @@ -74,16 +74,6 @@ Enable route53 with fallthrough: } ~~~ -Enable route53 with AWS credentials file: - -~~~ txt -. { - route53 example.org.:Z1Z2Z3Z4DZ5Z6Z7 { - credentials_file some-user - } -} -~~~ - Enable route53 with multiple hosted zones with the same domain: ~~~ txt |