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_system_vdomexception" {
source="./modules/fortios/r/fortios_system_vdomexception"# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# fosid - (optional) is a type of numberfosid=null# object - (required) is a type of stringobject=null# oid - (optional) is a type of numberoid=null# scope - (optional) is a type of stringscope=nullvdom=[{
name =null
}]
}
resource"fortios_system_vdomexception""this" {
# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# fosid - (optional) is a type of numberfosid=var.fosid# object - (required) is a type of stringobject=var.object# oid - (optional) is a type of numberoid=var.oid# scope - (optional) is a type of stringscope=var.scopedynamic"vdom" {
for_each=var.vdomcontent {
# name - (optional) is a type of stringname=vdom.value["name"]
}
}
}