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_wirelesscontrollerhotspot20_anqproamingconsortium" {
source="./modules/fortios/r/fortios_wirelesscontrollerhotspot20_anqproamingconsortium"# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# name - (optional) is a type of stringname=nulloi_list=[{
comment =null
index =null
oi =null
}]
}
resource"fortios_wirelesscontrollerhotspot20_anqproamingconsortium""this" {
# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# name - (optional) is a type of stringname=var.namedynamic"oi_list" {
for_each=var.oi_listcontent {
# comment - (optional) is a type of stringcomment=oi_list.value["comment"]
# index - (optional) is a type of numberindex=oi_list.value["index"]
# oi - (optional) is a type of stringoi=oi_list.value["oi"]
}
}
}