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_interfacepolicy6" {
source="./modules/fortios/r/fortios_firewall_interfacepolicy6"# address_type - (optional) is a type of stringaddress_type=null# application_list - (optional) is a type of stringapplication_list=null# application_list_status - (optional) is a type of stringapplication_list_status=null# av_profile - (optional) is a type of stringav_profile=null# av_profile_status - (optional) is a type of stringav_profile_status=null# comments - (optional) is a type of stringcomments=null# dlp_sensor - (optional) is a type of stringdlp_sensor=null# dlp_sensor_status - (optional) is a type of stringdlp_sensor_status=null# dsri - (optional) is a type of stringdsri=null# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# emailfilter_profile - (optional) is a type of stringemailfilter_profile=null# emailfilter_profile_status - (optional) is a type of stringemailfilter_profile_status=null# interface - (required) is a type of stringinterface=null# ips_sensor - (optional) is a type of stringips_sensor=null# ips_sensor_status - (optional) is a type of stringips_sensor_status=null# label - (optional) is a type of stringlabel=null# logtraffic - (optional) is a type of stringlogtraffic=null# policyid - (optional) is a type of numberpolicyid=null# scan_botnet_connections - (optional) is a type of stringscan_botnet_connections=null# spamfilter_profile - (optional) is a type of stringspamfilter_profile=null# spamfilter_profile_status - (optional) is a type of stringspamfilter_profile_status=null# status - (optional) is a type of stringstatus=null# webfilter_profile - (optional) is a type of stringwebfilter_profile=null# webfilter_profile_status - (optional) is a type of stringwebfilter_profile_status=nulldstaddr6=[{
name =null
}]
service6=[{
name =null
}]
srcaddr6=[{
name =null
}]
}
resource"fortios_firewall_interfacepolicy6""this" {
# address_type - (optional) is a type of stringaddress_type=var.address_type# application_list - (optional) is a type of stringapplication_list=var.application_list# application_list_status - (optional) is a type of stringapplication_list_status=var.application_list_status# av_profile - (optional) is a type of stringav_profile=var.av_profile# av_profile_status - (optional) is a type of stringav_profile_status=var.av_profile_status# comments - (optional) is a type of stringcomments=var.comments# dlp_sensor - (optional) is a type of stringdlp_sensor=var.dlp_sensor# dlp_sensor_status - (optional) is a type of stringdlp_sensor_status=var.dlp_sensor_status# dsri - (optional) is a type of stringdsri=var.dsri# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# emailfilter_profile - (optional) is a type of stringemailfilter_profile=var.emailfilter_profile# emailfilter_profile_status - (optional) is a type of stringemailfilter_profile_status=var.emailfilter_profile_status# interface - (required) is a type of stringinterface=var.interface# ips_sensor - (optional) is a type of stringips_sensor=var.ips_sensor# ips_sensor_status - (optional) is a type of stringips_sensor_status=var.ips_sensor_status# label - (optional) is a type of stringlabel=var.label# logtraffic - (optional) is a type of stringlogtraffic=var.logtraffic# policyid - (optional) is a type of numberpolicyid=var.policyid# scan_botnet_connections - (optional) is a type of stringscan_botnet_connections=var.scan_botnet_connections# spamfilter_profile - (optional) is a type of stringspamfilter_profile=var.spamfilter_profile# spamfilter_profile_status - (optional) is a type of stringspamfilter_profile_status=var.spamfilter_profile_status# status - (optional) is a type of stringstatus=var.status# webfilter_profile - (optional) is a type of stringwebfilter_profile=var.webfilter_profile# webfilter_profile_status - (optional) is a type of stringwebfilter_profile_status=var.webfilter_profile_statusdynamic"dstaddr6" {
for_each=var.dstaddr6content {
# name - (optional) is a type of stringname=dstaddr6.value["name"]
}
}
dynamic"service6" {
for_each=var.service6content {
# name - (optional) is a type of stringname=service6.value["name"]
}
}
dynamic"srcaddr6" {
for_each=var.srcaddr6content {
# name - (optional) is a type of stringname=srcaddr6.value["name"]
}
}
}