alicloud_market_products

This data source provides the Market product items of Alibaba Cloud.

Example Usage

data "alicloud_market_products" "default" {
  sort         = "created_on-desc"
  category_id  = "53690006"
  product_type = "SERVICE"
}

output "first_product_code" {
  value = "${data.alicloud_market_products.default.product_items.0.code}"
}

output "product_codes" {
  value = "${data.alicloud_market_products.default.ids}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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