alicloud_router_interfaces

This data source provides information about router interfaces that connect VPCs together.

Example Usage

data "alicloud_router_interfaces" "router_interfaces_ds" {
  name_regex = "^testenv"
  status     = "Active"
}

output "first_router_interface_id" {
  value = "${data.alicloud_router_interfaces.router_interfaces_ds.interfaces.0.id}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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