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