clarify r53 alias situation

This commit is contained in:
Craig Peterson 2017-09-15 13:52:10 -04:00
parent d7bdc03b54
commit 7b51f6dc55

View file

@ -60,6 +60,7 @@ var docNotes = providers.DocumentationNotes{
providers.DocDualHost: providers.Can(), providers.DocDualHost: providers.Can(),
providers.DocCreateDomains: providers.Can(), providers.DocCreateDomains: providers.Can(),
providers.DocOfficiallySupported: providers.Can(), providers.DocOfficiallySupported: providers.Can(),
providers.CanUseAlias: providers.Cannot("R53 does not provide a generic ALIAS functionality. They do have 'ALIAS' CNAME types to point at various AWS infrastructure, but dnscontrol has not implemented those."),
} }
func init() { func init() {