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_apcfgprofile" {
source="./modules/fortios/r/fortios_wirelesscontroller_apcfgprofile"# ac_ip - (optional) is a type of stringac_ip=null# ac_port - (optional) is a type of numberac_port=null# ac_timer - (optional) is a type of numberac_timer=null# ac_type - (optional) is a type of stringac_type=null# comment - (optional) is a type of stringcomment=null# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# name - (optional) is a type of stringname=nullcommand_list=[{
id =null
name =null
passwd_value =null
type =null
value =null
}]
}
resource"fortios_wirelesscontroller_apcfgprofile""this" {
# ac_ip - (optional) is a type of stringac_ip=var.ac_ip# ac_port - (optional) is a type of numberac_port=var.ac_port# ac_timer - (optional) is a type of numberac_timer=var.ac_timer# ac_type - (optional) is a type of stringac_type=var.ac_type# comment - (optional) is a type of stringcomment=var.comment# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# name - (optional) is a type of stringname=var.namedynamic"command_list" {
for_each=var.command_listcontent {
# id - (optional) is a type of numberid=command_list.value["id"]
# name - (optional) is a type of stringname=command_list.value["name"]
# passwd_value - (optional) is a type of stringpasswd_value=command_list.value["passwd_value"]
# type - (optional) is a type of stringtype=command_list.value["type"]
# value - (optional) is a type of stringvalue=command_list.value["value"]
}
}
}