alicloud_emr_disk_types

The alicloud_emr_disk_types data source provides a collection of data disk and system disk types available in Alibaba Cloud account when create a emr cluster.

Example Usage

data "alicloud_emr_disk_types" "default" {
  destination_resource = "DataDisk"
  instance_charge_type = "PostPaid"
  cluster_type         = "HADOOP"
  instance_type        = "ecs.g5.xlarge"
  zone_id              = "cn-huhehaote-a"
}

output "data_disk_type" {
  value = "${data.alicloud_emr_disk_types.default.types.0.value}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported in addition to the arguments listed above: