Provides bind the domain name to the DNS instance resource.
resource "alicloud_dns_domain_attachment" "dns" {
instance_id = "dns-cn-mp91lyq9xxxx"
domain_names = ["test111.abc", "test222.abc"]
}
The following arguments are supported:
instance_id
- (Required, ForceNew) The id of the DNS instance.domain_names
- (Required) The domain names bound to the DNS instance.The following attributes are exported:
id
- This ID of this resource. The value is same as instance_id
. domain_names
- Domain names bound to DNS instance.DNS domain attachment can be imported using the id, e.g.
$ terraform import alicloud_dns_domain_attachment.example dns-cn-v0h1ldjhxxx