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_firewall_internetservicecustomgroup" {
source="./modules/fortios/r/fortios_firewall_internetservicecustomgroup"# 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=nullmember=[{
name =null
}]
}
resource"fortios_firewall_internetservicecustomgroup""this" {
# 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"member" {
for_each=var.membercontent {
# name - (optional) is a type of stringname=member.value["name"]
}
}
}