We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c75107 commit 59817b0Copy full SHA for 59817b0
provider/alibabacloud/alibaba_cloud.go
@@ -499,7 +499,7 @@ func (p *AlibabaCloudProvider) unescapeTXTRecordValue(value string) string {
499
500
func (p *AlibabaCloudProvider) createRecord(endpoint *endpoint.Endpoint, target string, hostedZoneDomains []string) error {
501
if len(hostedZoneDomains) == 0 {
502
- log.Errorf("Failed to create %s record named '%s' to '%s' for Alibaba Cloud DNS: not found any zone,please add the DNS zone first",
+ log.Errorf("Failed to create %s record named '%s' to '%s' for Alibaba Cloud DNS: zone not found",
503
endpoint.RecordType, endpoint.DNSName, target)
504
return fmt.Errorf("no found any zone,please add the DNS zone first")
505
}
0 commit comments