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_nacdevice" {
source="./modules/fortios/r/fortios_switchcontroller_nacdevice"# description - (optional) is a type of stringdescription=null# fosid - (optional) is a type of numberfosid=null# last_known_port - (optional) is a type of stringlast_known_port=null# last_known_switch - (optional) is a type of stringlast_known_switch=null# last_seen - (optional) is a type of numberlast_seen=null# mac - (optional) is a type of stringmac=null# mac_policy - (optional) is a type of stringmac_policy=null# matched_nac_policy - (optional) is a type of stringmatched_nac_policy=null# port_policy - (optional) is a type of stringport_policy=null# status - (optional) is a type of stringstatus=null
}
resource"fortios_switchcontroller_nacdevice""this" {
# description - (optional) is a type of stringdescription=var.description# fosid - (optional) is a type of numberfosid=var.fosid# last_known_port - (optional) is a type of stringlast_known_port=var.last_known_port# last_known_switch - (optional) is a type of stringlast_known_switch=var.last_known_switch# last_seen - (optional) is a type of numberlast_seen=var.last_seen# mac - (optional) is a type of stringmac=var.mac# mac_policy - (optional) is a type of stringmac_policy=var.mac_policy# matched_nac_policy - (optional) is a type of stringmatched_nac_policy=var.matched_nac_policy# port_policy - (optional) is a type of stringport_policy=var.port_policy# status - (optional) is a type of stringstatus=var.status
}