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_application_custom" {
source="./modules/fortios/r/fortios_application_custom"# behavior - (optional) is a type of stringbehavior=null# category - (required) is a type of numbercategory=null# comment - (optional) is a type of stringcomment=null# fosid - (optional) is a type of numberfosid=null# name - (optional) is a type of stringname=null# protocol - (optional) is a type of stringprotocol=null# signature - (optional) is a type of stringsignature=null# tag - (optional) is a type of stringtag=null# technology - (optional) is a type of stringtechnology=null# vendor - (optional) is a type of stringvendor=null
}
resource"fortios_application_custom""this" {
# behavior - (optional) is a type of stringbehavior=var.behavior# category - (required) is a type of numbercategory=var.category# comment - (optional) is a type of stringcomment=var.comment# fosid - (optional) is a type of numberfosid=var.fosid# name - (optional) is a type of stringname=var.name# protocol - (optional) is a type of stringprotocol=var.protocol# signature - (optional) is a type of stringsignature=var.signature# tag - (optional) is a type of stringtag=var.tag# technology - (optional) is a type of stringtechnology=var.technology# vendor - (optional) is a type of stringvendor=var.vendor
}