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_firewall_profilegroup" {
source="./modules/fortios/r/fortios_firewall_profilegroup"# application_list - (optional) is a type of stringapplication_list=null# av_profile - (optional) is a type of stringav_profile=null# cifs_profile - (optional) is a type of stringcifs_profile=null# dlp_sensor - (optional) is a type of stringdlp_sensor=null# dnsfilter_profile - (optional) is a type of stringdnsfilter_profile=null# emailfilter_profile - (optional) is a type of stringemailfilter_profile=null# file_filter_profile - (optional) is a type of stringfile_filter_profile=null# icap_profile - (optional) is a type of stringicap_profile=null# ips_sensor - (optional) is a type of stringips_sensor=null# name - (required) is a type of stringname=null# profile_protocol_options - (optional) is a type of stringprofile_protocol_options=null# spamfilter_profile - (optional) is a type of stringspamfilter_profile=null# ssh_filter_profile - (optional) is a type of stringssh_filter_profile=null# ssl_ssh_profile - (optional) is a type of stringssl_ssh_profile=null# voip_profile - (optional) is a type of stringvoip_profile=null# waf_profile - (optional) is a type of stringwaf_profile=null# webfilter_profile - (optional) is a type of stringwebfilter_profile=null
}
resource"fortios_firewall_profilegroup""this" {
# application_list - (optional) is a type of stringapplication_list=var.application_list# av_profile - (optional) is a type of stringav_profile=var.av_profile# cifs_profile - (optional) is a type of stringcifs_profile=var.cifs_profile# dlp_sensor - (optional) is a type of stringdlp_sensor=var.dlp_sensor# dnsfilter_profile - (optional) is a type of stringdnsfilter_profile=var.dnsfilter_profile# emailfilter_profile - (optional) is a type of stringemailfilter_profile=var.emailfilter_profile# file_filter_profile - (optional) is a type of stringfile_filter_profile=var.file_filter_profile# icap_profile - (optional) is a type of stringicap_profile=var.icap_profile# ips_sensor - (optional) is a type of stringips_sensor=var.ips_sensor# name - (required) is a type of stringname=var.name# profile_protocol_options - (optional) is a type of stringprofile_protocol_options=var.profile_protocol_options# spamfilter_profile - (optional) is a type of stringspamfilter_profile=var.spamfilter_profile# ssh_filter_profile - (optional) is a type of stringssh_filter_profile=var.ssh_filter_profile# ssl_ssh_profile - (optional) is a type of stringssl_ssh_profile=var.ssl_ssh_profile# voip_profile - (optional) is a type of stringvoip_profile=var.voip_profile# waf_profile - (optional) is a type of stringwaf_profile=var.waf_profile# webfilter_profile - (optional) is a type of stringwebfilter_profile=var.webfilter_profile
}