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_resourcelimits" {
source="./modules/fortios/r/fortios_system_resourcelimits"# custom_service - (optional) is a type of numbercustom_service=null# dialup_tunnel - (optional) is a type of numberdialup_tunnel=null# firewall_address - (optional) is a type of numberfirewall_address=null# firewall_addrgrp - (optional) is a type of numberfirewall_addrgrp=null# firewall_policy - (optional) is a type of numberfirewall_policy=null# ipsec_phase1 - (optional) is a type of numberipsec_phase1=null# ipsec_phase1_interface - (optional) is a type of numberipsec_phase1_interface=null# ipsec_phase2 - (optional) is a type of numberipsec_phase2=null# ipsec_phase2_interface - (optional) is a type of numberipsec_phase2_interface=null# log_disk_quota - (optional) is a type of numberlog_disk_quota=null# onetime_schedule - (optional) is a type of numberonetime_schedule=null# proxy - (optional) is a type of numberproxy=null# recurring_schedule - (optional) is a type of numberrecurring_schedule=null# service_group - (optional) is a type of numberservice_group=null# session - (optional) is a type of numbersession=null# sslvpn - (optional) is a type of numbersslvpn=null# user - (optional) is a type of numberuser=null# user_group - (optional) is a type of numberuser_group=null
}
resource"fortios_system_resourcelimits""this" {
# custom_service - (optional) is a type of numbercustom_service=var.custom_service# dialup_tunnel - (optional) is a type of numberdialup_tunnel=var.dialup_tunnel# firewall_address - (optional) is a type of numberfirewall_address=var.firewall_address# firewall_addrgrp - (optional) is a type of numberfirewall_addrgrp=var.firewall_addrgrp# firewall_policy - (optional) is a type of numberfirewall_policy=var.firewall_policy# ipsec_phase1 - (optional) is a type of numberipsec_phase1=var.ipsec_phase1# ipsec_phase1_interface - (optional) is a type of numberipsec_phase1_interface=var.ipsec_phase1_interface# ipsec_phase2 - (optional) is a type of numberipsec_phase2=var.ipsec_phase2# ipsec_phase2_interface - (optional) is a type of numberipsec_phase2_interface=var.ipsec_phase2_interface# log_disk_quota - (optional) is a type of numberlog_disk_quota=var.log_disk_quota# onetime_schedule - (optional) is a type of numberonetime_schedule=var.onetime_schedule# proxy - (optional) is a type of numberproxy=var.proxy# recurring_schedule - (optional) is a type of numberrecurring_schedule=var.recurring_schedule# service_group - (optional) is a type of numberservice_group=var.service_group# session - (optional) is a type of numbersession=var.session# sslvpn - (optional) is a type of numbersslvpn=var.sslvpn# user - (optional) is a type of numberuser=var.user# user_group - (optional) is a type of numberuser_group=var.user_group
}