alicloud_express_connect_router_interfaces

This data source provides Router Interface available to the user.What is Router Interface

Example Usage

data "alicloud_express_connect_router_interfaces" "default" {
  ids        = ["${alicloud_router_interface.default.id}"]
  name_regex = alicloud_router_interface.default.name
}

output "alicloud_router_interface_example_id" {
  value = data.alicloud_express_connect_router_interfaces.default.interfaces.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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