alicloud_ga_custom_routing_endpoint_groups

This data source provides the Global Accelerator (GA) Custom Routing Endpoint Groups of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_ga_custom_routing_endpoint_groups" "ids" {
  ids            = ["example_id"]
  accelerator_id = "your_accelerator_id"
}

output "ga_custom_routing_endpoint_groups_id_1" {
  value = data.alicloud_ga_custom_routing_endpoint_groups.ids.groups.0.id
}

data "alicloud_ga_custom_routing_endpoint_groups" "nameRegex" {
  name_regex     = "tf-example"
  accelerator_id = "your_accelerator_id"
}

output "ga_custom_routing_endpoint_groups_id_2" {
  value = data.alicloud_ga_custom_routing_endpoint_groups.nameRegex.groups.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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