alicloud_ecs_prefix_lists

This data source provides the Ecs Prefix Lists of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_ecs_prefix_lists" "example" {
  ids        = ["E2RY53-xxxx"]
  name_regex = "tf-testAcc"
}

output "output_id" {
  value = data.alicloud_ecs_prefix_lists.example.lists.0.id
}

Argument Reference

The following arguments are supported:

Argument Reference

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