alicloud_tag_meta_tag

Provides a Tag Meta Tag resource.

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

Example Usage

Basic Usage

provider "alicloud" {
  region = "cn-hangzhou"
}

resource "alicloud_tag_meta_tag" "example" {
  key    = "Name1"
  values = ["Desc2"]
}

Argument Reference

The following arguments are supported:

The following attributes are exported:

Import

Tag Meta Tag can be imported using the id, e.g.

$ terraform import alicloud_tag_meta_tag.example <regionId>:<key>