Provides a Direct Mail Tag resource.
For information about Direct Mail Tag and how to use it, see What is Tag.
Basic Usage
variable "name" {
default = "example"
}
provider "alicloud" {
region = "cn-hangzhou"
}
resource "alicloud_direct_mail_tag" "example" {
tag_name = var.name
}
The following arguments are supported:
tag_name
- (Required) The name of the tag. The name must be 1
to 50
characters in length, and can contain letters and digits.The following attributes are exported:
id
- The resource ID in terraform of Tag.Direct Mail Tag can be imported using the id, e.g.
$ terraform import alicloud_direct_mail_tag.example <id>