alicloud_ecs_image_pipelines

This data source provides the Ecs Image Pipelines of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_ecs_image_pipelines" "ids" {
  ids = ["example_value"]
}
output "ecs_image_pipeline_id_1" {
  value = data.alicloud_ecs_image_pipelines.ids.pipelines.0.id
}

data "alicloud_ecs_image_pipelines" "nameRegex" {
  name_regex = "^my-ImagePipeline"
}
output "ecs_image_pipeline_id_2" {
  value = data.alicloud_ecs_image_pipelines.nameRegex.pipelines.0.id
}

Argument Reference

The following arguments are supported:

Argument Reference

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