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_switchcontroller_flowtracking" {
source="./modules/fortios/r/fortios_switchcontroller_flowtracking"# collector_ip - (optional) is a type of stringcollector_ip=null# collector_port - (optional) is a type of numbercollector_port=null# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# format - (optional) is a type of stringformat=null# level - (optional) is a type of stringlevel=null# max_export_pkt_size - (optional) is a type of numbermax_export_pkt_size=null# sample_mode - (optional) is a type of stringsample_mode=null# sample_rate - (optional) is a type of numbersample_rate=null# timeout_general - (optional) is a type of numbertimeout_general=null# timeout_icmp - (optional) is a type of numbertimeout_icmp=null# timeout_max - (optional) is a type of numbertimeout_max=null# timeout_tcp - (optional) is a type of numbertimeout_tcp=null# timeout_tcp_fin - (optional) is a type of numbertimeout_tcp_fin=null# timeout_tcp_rst - (optional) is a type of numbertimeout_tcp_rst=null# timeout_udp - (optional) is a type of numbertimeout_udp=null# transport - (optional) is a type of stringtransport=nullaggregates=[{
id =null
ip =null
}]
}
resource"fortios_switchcontroller_flowtracking""this" {
# collector_ip - (optional) is a type of stringcollector_ip=var.collector_ip# collector_port - (optional) is a type of numbercollector_port=var.collector_port# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# format - (optional) is a type of stringformat=var.format# level - (optional) is a type of stringlevel=var.level# max_export_pkt_size - (optional) is a type of numbermax_export_pkt_size=var.max_export_pkt_size# sample_mode - (optional) is a type of stringsample_mode=var.sample_mode# sample_rate - (optional) is a type of numbersample_rate=var.sample_rate# timeout_general - (optional) is a type of numbertimeout_general=var.timeout_general# timeout_icmp - (optional) is a type of numbertimeout_icmp=var.timeout_icmp# timeout_max - (optional) is a type of numbertimeout_max=var.timeout_max# timeout_tcp - (optional) is a type of numbertimeout_tcp=var.timeout_tcp# timeout_tcp_fin - (optional) is a type of numbertimeout_tcp_fin=var.timeout_tcp_fin# timeout_tcp_rst - (optional) is a type of numbertimeout_tcp_rst=var.timeout_tcp_rst# timeout_udp - (optional) is a type of numbertimeout_udp=var.timeout_udp# transport - (optional) is a type of stringtransport=var.transportdynamic"aggregates" {
for_each=var.aggregatescontent {
# id - (optional) is a type of numberid=aggregates.value["id"]
# ip - (optional) is a type of stringip=aggregates.value["ip"]
}
}
}