alicloud_cen_route_entries

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

Example Usage

data "alicloud_cen_route_entries" "entry" {
  instance_id    = "cen-id1"
  route_table_id = "vtb-id1"
}

output "first_route_entries_route_entry_cidr_block" {
  value = "${data.alicloud_cen_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: