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_system_speedtestserver" {
source="./modules/fortios/r/fortios_system_speedtestserver"# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# name - (optional) is a type of stringname=null# timestamp - (optional) is a type of numbertimestamp=nullhost=[{
id =null
ip =null
password =null
port =null
user =null
}]
}
resource"fortios_system_speedtestserver""this" {
# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# name - (optional) is a type of stringname=var.name# timestamp - (optional) is a type of numbertimestamp=var.timestampdynamic"host" {
for_each=var.hostcontent {
# id - (optional) is a type of numberid=host.value["id"]
# ip - (optional) is a type of stringip=host.value["ip"]
# password - (optional) is a type of stringpassword=host.value["password"]
# port - (optional) is a type of numberport=host.value["port"]
# user - (optional) is a type of stringuser=host.value["user"]
}
}
}