alicloud_fnf_executions

This data source provides the FnF Executions of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_fnf_executions" "ids" {
  flow_name = "example_value"
  ids       = ["my-Execution-1", "my-Execution-2"]
}
output "fnf_execution_id_1" {
  value = data.alicloud_fn_f_executions.ids.executions.0.id
}

Argument Reference

The following arguments are supported:

Argument Reference

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