alicloud_ga_accelerators

This data source provides the Global Accelerator (GA) Accelerators of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_ga_accelerators" "example" {
  name_regex = "tf"
}

output "first_ga_accelerator_id" {
  value = data.alicloud_ga_accelerators.example.accelerators.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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