This data source provides the available zones with the Elastic Desktop Service (ECD) of the current Alibaba Cloud user.
Basic Usage
data "alicloud_ecd_zones" "default" {}
output "alicloud_ecd_zones" {
value = "${data.alicloud_ecd_zones.default.zones.0.zone_id}"
}
The following arguments are supported:
output_file
- (Optional) File name where to save data source results (after running terraform plan
).The following attributes are exported in addition to the arguments listed above:
zones
- A list of availability zone information collection.
zone_id
- String to filter results by zone id.