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_vpnsslweb_hostchecksoftware" {
source="./modules/fortios/r/fortios_vpnsslweb_hostchecksoftware"# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# guid - (optional) is a type of stringguid=null# name - (optional) is a type of stringname=null# os_type - (optional) is a type of stringos_type=null# type - (optional) is a type of stringtype=null# version - (optional) is a type of stringversion=nullcheck_item_list=[{
action =null
id =null
md5s = [{
id =null
}]
target =null
type =null
version =null
}]
}
resource"fortios_vpnsslweb_hostchecksoftware""this" {
# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# guid - (optional) is a type of stringguid=var.guid# name - (optional) is a type of stringname=var.name# os_type - (optional) is a type of stringos_type=var.os_type# type - (optional) is a type of stringtype=var.type# version - (optional) is a type of stringversion=var.versiondynamic"check_item_list" {
for_each=var.check_item_listcontent {
# action - (optional) is a type of stringaction=check_item_list.value["action"]
# id - (optional) is a type of numberid=check_item_list.value["id"]
# target - (optional) is a type of stringtarget=check_item_list.value["target"]
# type - (optional) is a type of stringtype=check_item_list.value["type"]
# version - (optional) is a type of stringversion=check_item_list.value["version"]
dynamic"md5s" {
for_each=check_item_list.value.md5scontent {
# id - (optional) is a type of stringid=md5s.value["id"]
}
}
}
}
}