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_wirelesscontroller_addrgrp" {
source="./modules/fortios/r/fortios_wirelesscontroller_addrgrp"# default_policy - (optional) is a type of stringdefault_policy=null# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# fosid - (optional) is a type of stringfosid=nulladdresses=[{
id =null
}]
}
resource"fortios_wirelesscontroller_addrgrp""this" {
# default_policy - (optional) is a type of stringdefault_policy=var.default_policy# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# fosid - (optional) is a type of stringfosid=var.fosiddynamic"addresses" {
for_each=var.addressescontent {
# id - (optional) is a type of stringid=addresses.value["id"]
}
}
}