» alicloud_cen_region_route_entries

This data source provides CEN Regional Route Entries available to the user.

» Example Usage

data "alicloud_cen_region_route_entries" "entry"{
    instance_id = "cen-id1"
    region_id = "cn-beijing"
}

output "first_region_route_entries_route_entry_cidr_block" {
  value = "${data.alicloud_cen_region_route_entries.entry.entries.0.cidr_block}"
}

» Argument Reference

The following arguments are supported:

» Attributes Reference

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

  • entries - A list of CEN Route Entries. Each element contains the following attributes: