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_firewallschedule_group" {
source="./modules/fortios/r/fortios_firewallschedule_group"# color - (optional) is a type of numbercolor=null# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# name - (required) is a type of stringname=nullmember=[{
name =null
}]
}
resource"fortios_firewallschedule_group""this" {
# color - (optional) is a type of numbercolor=var.color# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# name - (required) is a type of stringname=var.namedynamic"member" {
for_each=var.membercontent {
# name - (optional) is a type of stringname=member.value["name"]
}
}
}