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_install_device" {
source="./modules/fortios/r/fortios_fmg_devicemanager_install_device"# adom - (optional) is a type of stringadom=null# target_devname - (required) is a type of stringtarget_devname=null# timeout - (optional) is a type of numbertimeout=null# vdom - (optional) is a type of stringvdom=null
}
resource"fortios_fmg_devicemanager_install_device""this" {
# adom - (optional) is a type of stringadom=var.adom# target_devname - (required) is a type of stringtarget_devname=var.target_devname# timeout - (optional) is a type of numbertimeout=var.timeout# vdom - (optional) is a type of stringvdom=var.vdom
}