alicloud_service_catalog_launch_options

This data source provides Service Catalog Launch Option available to the user. What is Launch Option.

Example Usage

Basic Usage

data "alicloud_service_catalog_end_user_products" "default" {
  name_regex = "ram模板创建"
}

data "alicloud_service_catalog_launch_options" "default" {
  product_id = "data.alicloud_service_catalog_end_user_products.default.end_user_products.0.id"
}

output "alicloud_service_catalog_launch_option_example_id" {
  value = data.alicloud_service_catalog_launch_options.default.launch_options.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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