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_icon" {
source="./modules/fortios/r/fortios_wirelesscontrollerhotspot20_icon"# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# name - (optional) is a type of stringname=nullicon_list=[{
file =null
height =null
lang =null
name =null
type =null
width =null
}]
}
resource"fortios_wirelesscontrollerhotspot20_icon""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"icon_list" {
for_each=var.icon_listcontent {
# file - (optional) is a type of stringfile=icon_list.value["file"]
# height - (optional) is a type of numberheight=icon_list.value["height"]
# lang - (optional) is a type of stringlang=icon_list.value["lang"]
# name - (optional) is a type of stringname=icon_list.value["name"]
# type - (optional) is a type of stringtype=icon_list.value["type"]
# width - (optional) is a type of numberwidth=icon_list.value["width"]
}
}
}