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_fmg_system_network_interface" {
source="./modules/fortios/r/fortios_fmg_system_network_interface"# allow_access - (optional) is a type of list of stringallow_access=[]
# description - (optional) is a type of stringdescription=null# ip - (optional) is a type of stringip=null# name - (required) is a type of stringname=null# service_access - (optional) is a type of list of stringservice_access=[]
# status - (optional) is a type of stringstatus=null
}
resource"fortios_fmg_system_network_interface""this" {
# allow_access - (optional) is a type of list of stringallow_access=var.allow_access# description - (optional) is a type of stringdescription=var.description# ip - (optional) is a type of stringip=var.ip# name - (required) is a type of stringname=var.name# service_access - (optional) is a type of list of stringservice_access=var.service_access# status - (optional) is a type of stringstatus=var.status
}