alicloud_dns_domain_txt_guid

Provides the generation of txt records to realize the retrieval and verification of domain names.

Example Usage

data "alicloud_dns_domain_txt_guid" "this" {
  domain_name = "test111.abc"
  type = "ADD_SUB_DOMAIN"
}

output "rr" {
  value = "${data.alicloud_dns_domain_txt_guid.this.rr}"
}

output "value" {
  value = "${data.alicloud_dns_domain_txt_guid.this.value}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported in addition to the arguments listed above: