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_multicastpolicy" {
source="./modules/fortios/r/fortios_firewall_multicastpolicy"# action - (optional) is a type of stringaction=null# auto_asic_offload - (optional) is a type of stringauto_asic_offload=null# comments - (optional) is a type of stringcomments=null# dnat - (optional) is a type of stringdnat=null# dstintf - (required) is a type of stringdstintf=null# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# end_port - (optional) is a type of numberend_port=null# fosid - (optional) is a type of numberfosid=null# logtraffic - (optional) is a type of stringlogtraffic=null# name - (optional) is a type of stringname=null# protocol - (optional) is a type of numberprotocol=null# snat - (optional) is a type of stringsnat=null# snat_ip - (optional) is a type of stringsnat_ip=null# srcintf - (required) is a type of stringsrcintf=null# start_port - (optional) is a type of numberstart_port=null# status - (optional) is a type of stringstatus=null# uuid - (optional) is a type of stringuuid=nulldstaddr=[{
name =null
}]
srcaddr=[{
name =null
}]
}
resource"fortios_firewall_multicastpolicy""this" {
# action - (optional) is a type of stringaction=var.action# auto_asic_offload - (optional) is a type of stringauto_asic_offload=var.auto_asic_offload# comments - (optional) is a type of stringcomments=var.comments# dnat - (optional) is a type of stringdnat=var.dnat# dstintf - (required) is a type of stringdstintf=var.dstintf# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# end_port - (optional) is a type of numberend_port=var.end_port# fosid - (optional) is a type of numberfosid=var.fosid# logtraffic - (optional) is a type of stringlogtraffic=var.logtraffic# name - (optional) is a type of stringname=var.name# protocol - (optional) is a type of numberprotocol=var.protocol# snat - (optional) is a type of stringsnat=var.snat# snat_ip - (optional) is a type of stringsnat_ip=var.snat_ip# srcintf - (required) is a type of stringsrcintf=var.srcintf# start_port - (optional) is a type of numberstart_port=var.start_port# status - (optional) is a type of stringstatus=var.status# 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"srcaddr" {
for_each=var.srcaddrcontent {
# name - (optional) is a type of stringname=srcaddr.value["name"]
}
}
}