alicloud_service_catalog_product_versions

This data source provides Service Catalog Product Version available to the user.What is Product Version

Example Usage

data "alicloud_service_catalog_product_versions" "default" {
  name_regex = "1.0.0"
  product_id = "prod-bp125x4k29wb7q"
}

output "alicloud_service_catalog_product_version_example_id" {
  value = data.alicloud_service_catalog_product_versions.default.product_versions.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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