You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"alicloud_router_interfaces" {
source="./modules/alicloud/d/alicloud_router_interfaces"# ids - (optional) is a type of list of stringids=[]
# name_regex - (optional) is a type of stringname_regex=null# opposite_interface_id - (optional) is a type of stringopposite_interface_id=null# opposite_interface_owner_id - (optional) is a type of stringopposite_interface_owner_id=null# output_file - (optional) is a type of stringoutput_file=null# role - (optional) is a type of stringrole=null# router_id - (optional) is a type of stringrouter_id=null# router_type - (optional) is a type of stringrouter_type=null# specification - (optional) is a type of stringspecification=null# status - (optional) is a type of stringstatus=null
}
data"alicloud_router_interfaces""this" {
# ids - (optional) is a type of list of stringids=var.ids# name_regex - (optional) is a type of stringname_regex=var.name_regex# opposite_interface_id - (optional) is a type of stringopposite_interface_id=var.opposite_interface_id# opposite_interface_owner_id - (optional) is a type of stringopposite_interface_owner_id=var.opposite_interface_owner_id# output_file - (optional) is a type of stringoutput_file=var.output_file# role - (optional) is a type of stringrole=var.role# router_id - (optional) is a type of stringrouter_id=var.router_id# router_type - (optional) is a type of stringrouter_type=var.router_type# specification - (optional) is a type of stringspecification=var.specification# status - (optional) is a type of stringstatus=var.status
}
output"id" {
description="returns a string"value=data.alicloud_router_interfaces.this.id
}
output"ids" {
description="returns a list of string"value=data.alicloud_router_interfaces.this.ids
}
output"interfaces" {
description="returns a list of object"value=data.alicloud_router_interfaces.this.interfaces
}
output"names" {
description="returns a list of string"value=data.alicloud_router_interfaces.this.names
}
output"this" {
value=alicloud_router_interfaces.this
}