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_switchgroup" {
source="./modules/fortios/r/fortios_switchcontroller_switchgroup"# description - (optional) is a type of stringdescription=null# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# fortilink - (optional) is a type of stringfortilink=null# name - (optional) is a type of stringname=nullmembers=[{
name =null
switch_id =null
}]
}
resource"fortios_switchcontroller_switchgroup""this" {
# description - (optional) is a type of stringdescription=var.description# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# fortilink - (optional) is a type of stringfortilink=var.fortilink# name - (optional) is a type of stringname=var.namedynamic"members" {
for_each=var.memberscontent {
# name - (optional) is a type of stringname=members.value["name"]
# switch_id - (optional) is a type of stringswitch_id=members.value["switch_id"]
}
}
}