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_multicastpolicy6" {
source="./modules/fortios/r/fortios_firewall_multicastpolicy6"# 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# 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# 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=nulldstaddr=[{
name =null
}]
srcaddr=[{
name =null
}]
}
resource"fortios_firewall_multicastpolicy6""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# 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# 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.statusdynamic"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"]
}
}
}