alicloud_ecd_custom_properties
更新时间:
This data source provides the Ecd Custom Properties of the current Alibaba Cloud user.
-> NOTE: Available in v1.176.0+.
Example Usage
Basic Usage
data "alicloud_ecd_custom_properties" "ids" {
ids = ["example_id"]
}
output "ecd_custom_property_id_1" {
value = data.alicloud_ecd_custom_properties.ids.properties.0.id
}
Argument Reference
The following arguments are supported:
ids
- (Optional, ForceNew, Computed) A list of Custom Property IDs.output_file
- (Optional) File name where to save data source results (after runningterraform plan
).
Argument Reference
The following attributes are exported in addition to the arguments listed above:
properties
- A list of Ecd Custom Properties. Each element contains the following attributes:custom_property_id
- The first ID of the resource.id
- The ID of the Custom Property.property_key
- The Custom attribute key.property_values
- Custom attribute sets the value of.property_value
- The value of an attribute.property_value_id
- The value of an attribute id.
文档内容是否对您有帮助?