alicloud_edas_applications

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

Example Usage

data "alicloud_edas_applications" "applications" {
  ids = ["xxx"]
  output_file = "application.txt"
}

output "first_application_name" {
  value = data.alicloud_edas_applications.applications.applications.0.app_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

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