alicloud_oos_executions

This data source provides a list of OOS Executions in an Alibaba Cloud account according to the specified filters.

Example Usage

# Declare the data source

data "alicloud_oos_executions" "example" {
  ids = ["execution_id"]
  template_name = "name"
  status = "Success"
}

output "first_execution_id" {
  value = "${data.alicloud_oos_executions.example.executions.0.id}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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