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_internetserviceappend" {
source="./modules/fortios/r/fortios_firewall_internetserviceappend"# append_port - (optional) is a type of numberappend_port=null# match_port - (optional) is a type of numbermatch_port=null
}
resource"fortios_firewall_internetserviceappend""this" {
# append_port - (optional) is a type of numberappend_port=var.append_port# match_port - (optional) is a type of numbermatch_port=var.match_port
}