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_vpnipsec_concentrator" {
source="./modules/fortios/r/fortios_vpnipsec_concentrator"# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# name - (optional) is a type of stringname=null# src_check - (optional) is a type of stringsrc_check=nullmember=[{
name =null
}]
}
resource"fortios_vpnipsec_concentrator""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# src_check - (optional) is a type of stringsrc_check=var.src_checkdynamic"member" {
for_each=var.membercontent {
# name - (optional) is a type of stringname=member.value["name"]
}
}
}