alicloud_db_instance_class_infos

This data source operation to query the instance types that are available to specific instances of Alibaba Cloud.

Example Usage

data "alicloud_db_instance_class_infos" "resources" {
  commodity_code = "bards"
  order_type     = "BUY"
  output_file    = "./classes.txt"
}

output "first_db_instance_class" {
  value = "${data.alicloud_db_instance_class_infos.resources.infos.0}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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