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_wirelesscontroller_setting" {
source="./modules/fortios/r/fortios_wirelesscontroller_setting"# account_id - (optional) is a type of stringaccount_id=null# country - (optional) is a type of stringcountry=null# darrp_optimize - (optional) is a type of numberdarrp_optimize=null# device_holdoff - (optional) is a type of numberdevice_holdoff=null# device_idle - (optional) is a type of numberdevice_idle=null# device_weight - (optional) is a type of numberdevice_weight=null# duplicate_ssid - (optional) is a type of stringduplicate_ssid=null# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# fake_ssid_action - (optional) is a type of stringfake_ssid_action=null# fapc_compatibility - (optional) is a type of stringfapc_compatibility=null# phishing_ssid_detect - (optional) is a type of stringphishing_ssid_detect=null# wfa_compatibility - (optional) is a type of stringwfa_compatibility=nulldarrp_optimize_schedules=[{
name =null
}]
offending_ssid=[{
action =null
id =null
ssid_pattern =null
}]
}
resource"fortios_wirelesscontroller_setting""this" {
# account_id - (optional) is a type of stringaccount_id=var.account_id# country - (optional) is a type of stringcountry=var.country# darrp_optimize - (optional) is a type of numberdarrp_optimize=var.darrp_optimize# device_holdoff - (optional) is a type of numberdevice_holdoff=var.device_holdoff# device_idle - (optional) is a type of numberdevice_idle=var.device_idle# device_weight - (optional) is a type of numberdevice_weight=var.device_weight# duplicate_ssid - (optional) is a type of stringduplicate_ssid=var.duplicate_ssid# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# fake_ssid_action - (optional) is a type of stringfake_ssid_action=var.fake_ssid_action# fapc_compatibility - (optional) is a type of stringfapc_compatibility=var.fapc_compatibility# phishing_ssid_detect - (optional) is a type of stringphishing_ssid_detect=var.phishing_ssid_detect# wfa_compatibility - (optional) is a type of stringwfa_compatibility=var.wfa_compatibilitydynamic"darrp_optimize_schedules" {
for_each=var.darrp_optimize_schedulescontent {
# name - (optional) is a type of stringname=darrp_optimize_schedules.value["name"]
}
}
dynamic"offending_ssid" {
for_each=var.offending_ssidcontent {
# action - (optional) is a type of stringaction=offending_ssid.value["action"]
# id - (optional) is a type of numberid=offending_ssid.value["id"]
# ssid_pattern - (optional) is a type of stringssid_pattern=offending_ssid.value["ssid_pattern"]
}
}
}