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_interface" {
source="./modules/alicloud/r/alicloud_router_interface"# description - (optional) is a type of stringdescription=null# health_check_source_ip - (optional) is a type of stringhealth_check_source_ip=null# health_check_target_ip - (optional) is a type of stringhealth_check_target_ip=null# instance_charge_type - (optional) is a type of stringinstance_charge_type=null# name - (optional) is a type of stringname=null# opposite_access_point_id - (optional) is a type of stringopposite_access_point_id=null# opposite_region - (required) is a type of stringopposite_region=null# period - (optional) is a type of numberperiod=null# role - (required) is a type of stringrole=null# router_id - (required) is a type of stringrouter_id=null# router_type - (required) is a type of stringrouter_type=null# specification - (optional) is a type of stringspecification=null
}
resource"alicloud_router_interface""this" {
# description - (optional) is a type of stringdescription=var.description# health_check_source_ip - (optional) is a type of stringhealth_check_source_ip=var.health_check_source_ip# health_check_target_ip - (optional) is a type of stringhealth_check_target_ip=var.health_check_target_ip# instance_charge_type - (optional) is a type of stringinstance_charge_type=var.instance_charge_type# name - (optional) is a type of stringname=var.name# opposite_access_point_id - (optional) is a type of stringopposite_access_point_id=var.opposite_access_point_id# opposite_region - (required) is a type of stringopposite_region=var.opposite_region# period - (optional) is a type of numberperiod=var.period# role - (required) is a type of stringrole=var.role# router_id - (required) is a type of stringrouter_id=var.router_id# router_type - (required) is a type of stringrouter_type=var.router_type# specification - (optional) is a type of stringspecification=var.specification
}