alicloud_ecd_custom_property

Provides a ECD Custom Property resource.

For information about ECD Custom Property and how to use it, see What is Custom Property.

Example Usage

Basic Usage

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

resource "alicloud_ecd_custom_property" "example" {
  property_key = "example_key"
  property_values {
    property_value = "example_value"
  }
}

Argument Reference

The following arguments are supported:

property_values

The property_values supports the following:

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions:

Import

ECD Custom Property can be imported using the id, e.g.

$ terraform import alicloud_ecd_custom_property.example <id>