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_quarantine" {
source="./modules/fortios/r/fortios_switchcontroller_quarantine"# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# quarantine - (optional) is a type of stringquarantine=nulltargets=[{
description =null
entry_id =null
mac =null
tag = [{
tags =null
}]
}]
}
resource"fortios_switchcontroller_quarantine""this" {
# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# quarantine - (optional) is a type of stringquarantine=var.quarantinedynamic"targets" {
for_each=var.targetscontent {
# description - (optional) is a type of stringdescription=targets.value["description"]
# entry_id - (optional) is a type of numberentry_id=targets.value["entry_id"]
# mac - (optional) is a type of stringmac=targets.value["mac"]
dynamic"tag" {
for_each=targets.value.tagcontent {
# tags - (optional) is a type of stringtags=tag.value["tags"]
}
}
}
}
}