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_utmprofile" {
source="./modules/fortios/r/fortios_wirelesscontroller_utmprofile"# antivirus_profile - (optional) is a type of stringantivirus_profile=null# application_list - (optional) is a type of stringapplication_list=null# comment - (optional) is a type of stringcomment=null# ips_sensor - (optional) is a type of stringips_sensor=null# name - (optional) is a type of stringname=null# scan_botnet_connections - (optional) is a type of stringscan_botnet_connections=null# utm_log - (optional) is a type of stringutm_log=null# webfilter_profile - (optional) is a type of stringwebfilter_profile=null
}
resource"fortios_wirelesscontroller_utmprofile""this" {
# antivirus_profile - (optional) is a type of stringantivirus_profile=var.antivirus_profile# application_list - (optional) is a type of stringapplication_list=var.application_list# comment - (optional) is a type of stringcomment=var.comment# ips_sensor - (optional) is a type of stringips_sensor=var.ips_sensor# name - (optional) is a type of stringname=var.name# scan_botnet_connections - (optional) is a type of stringscan_botnet_connections=var.scan_botnet_connections# utm_log - (optional) is a type of stringutm_log=var.utm_log# webfilter_profile - (optional) is a type of stringwebfilter_profile=var.webfilter_profile
}