alicloud_ga_endpoint_group_ip_address_cidr_blocks

This data source provides the Global Accelerator (GA) Endpoint Group Ip Address Cidr Blocks of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_ga_endpoint_group_ip_address_cidr_blocks" "default" {
  endpoint_group_region = "cn-hangzhou"
}

output "ga_endpoint_group_ip_address_cidr_blocks_endpoint_group_region" {
  value = data.alicloud_ga_endpoint_group_ip_address_cidr_blocks.default.endpoint_group_ip_address_cidr_blocks.0.endpoint_group_region
}

Argument Reference

The following arguments are supported:

Attributes Reference

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