alicloud_ga_basic_endpoints

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

Example Usage

Basic Usage

data "alicloud_ga_basic_endpoints" "ids" {
  ids               = ["example_id"]
  endpoint_group_id = "example_id"
}

output "ga_basic_endpoints_id_1" {
  value = data.alicloud_ga_basic_endpoints.ids.endpoints.0.id
}

data "alicloud_ga_basic_endpoints" "nameRegex" {
  name_regex        = "tf-example"
  endpoint_group_id = "example_id"
}

output "ga_basic_endpoints_id_2" {
  value = data.alicloud_ga_basic_endpoints.nameRegex.endpoints.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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