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_object_vipgroup" {
source="./modules/fortios/r/fortios_firewall_object_vipgroup"# comments - (optional) is a type of stringcomments=null# interface - (optional) is a type of stringinterface=null# member - (required) is a type of list of stringmember=[]
# name - (required) is a type of stringname=null
}
resource"fortios_firewall_object_vipgroup""this" {
# comments - (optional) is a type of stringcomments=var.comments# interface - (optional) is a type of stringinterface=var.interface# member - (required) is a type of list of stringmember=var.member# name - (required) is a type of stringname=var.name
}