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_firewallipmacbinding_table" {
source="./modules/fortios/r/fortios_firewallipmacbinding_table"# ip - (required) is a type of stringip=null# mac - (optional) is a type of stringmac=null# name - (optional) is a type of stringname=null# seq_num - (optional) is a type of numberseq_num=null# status - (optional) is a type of stringstatus=null
}
resource"fortios_firewallipmacbinding_table""this" {
# ip - (required) is a type of stringip=var.ip# mac - (optional) is a type of stringmac=var.mac# name - (optional) is a type of stringname=var.name# seq_num - (optional) is a type of numberseq_num=var.seq_num# status - (optional) is a type of stringstatus=var.status
}