│ Error: [ERROR] terraform-provider-alicloud/alicloud/resource_alicloud_mongodb_instance.go:259: Resource alicloud_mongodb_instance CreateDBInstance Failed!!! [SDK alibaba-cloud-sdk-go ERROR]:
│ Post "https://dds.cn-guangzhou.aliyuncs.com/?XXXXX: dial tcp: lookup dds.cn-guangzhou.aliyuncs.com on 127.0.1.1:53: no such host
I also searched the "dds.cn-guangzhou.aliyuncs.com“. One possible issue is that based on the aliyun developer page, https://developer.aliyun.com/endpoints, it might be mongodb.cn-guangzhou.aliyuncs.com instead of dds.xxx?
I also tried "nslookup dds.cn-guangzhou.aliyuncs.com". It shows "server can't find dds.cn-guangzhou.aliyuncs.com: NXDOMAIN"
Panic Output
If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the crash.log.
Expected Behavior
It is expected to create a vpc, a vswitch, and a mongodb instance.
Actual Behavior
What actually happened?
It created a vpc and a vswitch, but failed to create the mongodb instance.
│ Error: [ERROR] terraform-provider-alicloud/alicloud/resource_alicloud_mongodb_instance.go:259: Resource alicloud_mongodb_instance CreateDBInstance Failed!!! [SDK alibaba-cloud-sdk-go ERROR]:
│ Post "https://dds.cn-guangzhou.aliyuncs.com/?XXXXX: dial tcp: lookup dds.cn-guangzhou.aliyuncs.com on 127.0.1.1:53: no such host
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
Are there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? Custom version of OpenStack? Tight ACLs?
References
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:
Terraform Version
Terraform v1.0.1 on linux_amd64
I also tried the latest version.
Affected Resource(s)
Please list the resources as a list:
Terraform Configuration Files
Debug Output
│ Error: [ERROR] terraform-provider-alicloud/alicloud/resource_alicloud_mongodb_instance.go:259: Resource alicloud_mongodb_instance CreateDBInstance Failed!!! [SDK alibaba-cloud-sdk-go ERROR]: │ Post "https://dds.cn-guangzhou.aliyuncs.com/?XXXXX: dial tcp: lookup dds.cn-guangzhou.aliyuncs.com on 127.0.1.1:53: no such host
I also searched the "dds.cn-guangzhou.aliyuncs.com“. One possible issue is that based on the aliyun developer page, https://developer.aliyun.com/endpoints, it might be mongodb.cn-guangzhou.aliyuncs.com instead of dds.xxx?
I also tried "nslookup dds.cn-guangzhou.aliyuncs.com". It shows "server can't find dds.cn-guangzhou.aliyuncs.com: NXDOMAIN"
Panic Output
If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the
crash.log
.Expected Behavior
It is expected to create a vpc, a vswitch, and a mongodb instance.
Actual Behavior
What actually happened? It created a vpc and a vswitch, but failed to create the mongodb instance.
│ Error: [ERROR] terraform-provider-alicloud/alicloud/resource_alicloud_mongodb_instance.go:259: Resource alicloud_mongodb_instance CreateDBInstance Failed!!! [SDK alibaba-cloud-sdk-go ERROR]: │ Post "https://dds.cn-guangzhou.aliyuncs.com/?XXXXX: dial tcp: lookup dds.cn-guangzhou.aliyuncs.com on 127.0.1.1:53: no such host
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
Are there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? Custom version of OpenStack? Tight ACLs?
References
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example: