alicloud_vpn_pbr_route_entries

The data source lists a number of VPN Pbr Route Entries resource information owned by an Alicloud account.

Example Usage

data "alicloud_vpn_pbr_route_entries" "ids" {
  vpn_gateway_id = "example_vpn_gateway_id"
  ids            = ["example_id"]
}
output "vpn_ipsec_server_id_1" {
  value = data.alicloud_vpn_pbr_route_entries.ids.entries.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: