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"fortios_switchcontroller_portpolicy" {
source="./modules/fortios/r/fortios_switchcontroller_portpolicy"# bounce_port_link - (optional) is a type of stringbounce_port_link=null# description - (optional) is a type of stringdescription=null# fortilink - (optional) is a type of stringfortilink=null# lldp_profile - (optional) is a type of stringlldp_profile=null# n802_1x - (optional) is a type of stringn802_1x=null# name - (optional) is a type of stringname=null# qos_policy - (optional) is a type of stringqos_policy=null# vlan_policy - (optional) is a type of stringvlan_policy=null
}
resource"fortios_switchcontroller_portpolicy""this" {
# bounce_port_link - (optional) is a type of stringbounce_port_link=var.bounce_port_link# description - (optional) is a type of stringdescription=var.description# fortilink - (optional) is a type of stringfortilink=var.fortilink# lldp_profile - (optional) is a type of stringlldp_profile=var.lldp_profile# n802_1x - (optional) is a type of stringn802_1x=var.n802_1x# name - (optional) is a type of stringname=var.name# qos_policy - (optional) is a type of stringqos_policy=var.qos_policy# vlan_policy - (optional) is a type of stringvlan_policy=var.vlan_policy
}