alicloud_ddoscoo_instances

This data source provides the BGP-Line Anti-DDoS Pro(DdosCoo) instances of the current Alibaba Cloud user.

Example Usage

Basic Usage

provider "alicloud" {
  region = "cn-hangzhou"
}

data "alicloud_ddoscoo_instances" "default" {
  name_regex = "tf"
}

output "instance" {
  value = data.alicloud_ddoscoo_instances.default.instances.*.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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