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_switchcontrollerautoconfig_policy" {
source="./modules/fortios/r/fortios_switchcontrollerautoconfig_policy"# igmp_flood_report - (optional) is a type of stringigmp_flood_report=null# igmp_flood_traffic - (optional) is a type of stringigmp_flood_traffic=null# name - (required) is a type of stringname=null# poe_status - (optional) is a type of stringpoe_status=null# qos_policy - (optional) is a type of stringqos_policy=null# storm_control_policy - (optional) is a type of stringstorm_control_policy=null
}
resource"fortios_switchcontrollerautoconfig_policy""this" {
# igmp_flood_report - (optional) is a type of stringigmp_flood_report=var.igmp_flood_report# igmp_flood_traffic - (optional) is a type of stringigmp_flood_traffic=var.igmp_flood_traffic# name - (required) is a type of stringname=var.name# poe_status - (optional) is a type of stringpoe_status=var.poe_status# qos_policy - (optional) is a type of stringqos_policy=var.qos_policy# storm_control_policy - (optional) is a type of stringstorm_control_policy=var.storm_control_policy
}