alicloud_edas_deploy_groups

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

Example Usage

data "alicloud_edas_deploy_groups" "groups" {
  app_id = "xxx"
  ids = ["xxx"]
  output_file = "groups.txt"
}

output "first_group_name" {
  value = data.alicloud_edas_deploy_groups.groups.groups.0.group_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

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