alicloud_direct_mail_tag

Provides a Direct Mail Tag resource.

For information about Direct Mail Tag and how to use it, see What is Tag.

Example Usage

Basic Usage

variable "name" {
  default = "example"
}
provider "alicloud" {
  region = "cn-hangzhou"
}
resource "alicloud_direct_mail_tag" "example" {
  tag_name = var.name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

Direct Mail Tag can be imported using the id, e.g.

$ terraform import alicloud_direct_mail_tag.example <id>