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_system_fortimanager" {
source="./modules/fortios/r/fortios_system_fortimanager"# central_management - (optional) is a type of stringcentral_management=null# central_mgmt_auto_backup - (optional) is a type of stringcentral_mgmt_auto_backup=null# central_mgmt_schedule_config_restore - (optional) is a type of stringcentral_mgmt_schedule_config_restore=null# central_mgmt_schedule_script_restore - (optional) is a type of stringcentral_mgmt_schedule_script_restore=null# ip - (optional) is a type of stringip=null# ipsec - (optional) is a type of stringipsec=null# vdom - (optional) is a type of stringvdom=null
}
resource"fortios_system_fortimanager""this" {
# central_management - (optional) is a type of stringcentral_management=var.central_management# central_mgmt_auto_backup - (optional) is a type of stringcentral_mgmt_auto_backup=var.central_mgmt_auto_backup# central_mgmt_schedule_config_restore - (optional) is a type of stringcentral_mgmt_schedule_config_restore=var.central_mgmt_schedule_config_restore# central_mgmt_schedule_script_restore - (optional) is a type of stringcentral_mgmt_schedule_script_restore=var.central_mgmt_schedule_script_restore# ip - (optional) is a type of stringip=var.ip# ipsec - (optional) is a type of stringipsec=var.ipsec# vdom - (optional) is a type of stringvdom=var.vdom
}