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_devicemanager_device" {
source="./modules/fortios/r/fortios_fmg_devicemanager_device"# adom - (optional) is a type of stringadom=null# device_name - (required) is a type of stringdevice_name=null# ipaddr - (required) is a type of stringipaddr=null# password - (optional) is a type of stringpassword=null# userid - (required) is a type of stringuserid=null
}
resource"fortios_fmg_devicemanager_device""this" {
# adom - (optional) is a type of stringadom=var.adom# device_name - (required) is a type of stringdevice_name=var.device_name# ipaddr - (required) is a type of stringipaddr=var.ipaddr# password - (optional) is a type of stringpassword=var.password# userid - (required) is a type of stringuserid=var.userid
}