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_policy46" {
source="./modules/fortios/r/fortios_firewall_policy46"# action - (optional) is a type of stringaction=null# comments - (optional) is a type of stringcomments=null# dstintf - (required) is a type of stringdstintf=null# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# fixedport - (optional) is a type of stringfixedport=null# ippool - (optional) is a type of stringippool=null# logtraffic - (optional) is a type of stringlogtraffic=null# logtraffic_start - (optional) is a type of stringlogtraffic_start=null# name - (optional) is a type of stringname=null# per_ip_shaper - (optional) is a type of stringper_ip_shaper=null# permit_any_host - (optional) is a type of stringpermit_any_host=null# policyid - (optional) is a type of numberpolicyid=null# schedule - (required) is a type of stringschedule=null# srcintf - (required) is a type of stringsrcintf=null# status - (optional) is a type of stringstatus=null# tcp_mss_receiver - (optional) is a type of numbertcp_mss_receiver=null# tcp_mss_sender - (optional) is a type of numbertcp_mss_sender=null# traffic_shaper - (optional) is a type of stringtraffic_shaper=null# traffic_shaper_reverse - (optional) is a type of stringtraffic_shaper_reverse=null# uuid - (optional) is a type of stringuuid=nulldstaddr=[{
name =null
}]
poolname=[{
name =null
}]
service=[{
name =null
}]
srcaddr=[{
name =null
}]
}
resource"fortios_firewall_policy46""this" {
# action - (optional) is a type of stringaction=var.action# comments - (optional) is a type of stringcomments=var.comments# dstintf - (required) is a type of stringdstintf=var.dstintf# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# fixedport - (optional) is a type of stringfixedport=var.fixedport# ippool - (optional) is a type of stringippool=var.ippool# logtraffic - (optional) is a type of stringlogtraffic=var.logtraffic# logtraffic_start - (optional) is a type of stringlogtraffic_start=var.logtraffic_start# name - (optional) is a type of stringname=var.name# per_ip_shaper - (optional) is a type of stringper_ip_shaper=var.per_ip_shaper# permit_any_host - (optional) is a type of stringpermit_any_host=var.permit_any_host# policyid - (optional) is a type of numberpolicyid=var.policyid# schedule - (required) is a type of stringschedule=var.schedule# srcintf - (required) is a type of stringsrcintf=var.srcintf# status - (optional) is a type of stringstatus=var.status# tcp_mss_receiver - (optional) is a type of numbertcp_mss_receiver=var.tcp_mss_receiver# tcp_mss_sender - (optional) is a type of numbertcp_mss_sender=var.tcp_mss_sender# traffic_shaper - (optional) is a type of stringtraffic_shaper=var.traffic_shaper# traffic_shaper_reverse - (optional) is a type of stringtraffic_shaper_reverse=var.traffic_shaper_reverse# uuid - (optional) is a type of stringuuid=var.uuiddynamic"dstaddr" {
for_each=var.dstaddrcontent {
# name - (optional) is a type of stringname=dstaddr.value["name"]
}
}
dynamic"poolname" {
for_each=var.poolnamecontent {
# name - (optional) is a type of stringname=poolname.value["name"]
}
}
dynamic"service" {
for_each=var.servicecontent {
# name - (optional) is a type of stringname=service.value["name"]
}
}
dynamic"srcaddr" {
for_each=var.srcaddrcontent {
# name - (optional) is a type of stringname=srcaddr.value["name"]
}
}
}