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"checkpoint_management_threat_exception" {
source=[]
# action - (optional) is a type of stringaction=null# comments - (optional) is a type of stringcomments=null# destination - (optional) is a type of set of stringdestination=[]
# destination_negate - (optional) is a type of booldestination_negate=null# enabled - (optional) is a type of boolenabled=null# exception_group_name - (optional) is a type of stringexception_group_name=null# exception_group_uid - (optional) is a type of stringexception_group_uid=null# ignore_errors - (optional) is a type of boolignore_errors=null# ignore_warnings - (optional) is a type of boolignore_warnings=null# install_on - (optional) is a type of set of stringinstall_on=[]
# layer - (required) is a type of stringlayer=null# name - (required) is a type of stringname=null# position - (required) is a type of map of stringposition={}
# protected_scope - (optional) is a type of set of stringprotected_scope=[]
# protected_scope_negate - (optional) is a type of boolprotected_scope_negate=null# protection_or_site - (optional) is a type of set of stringprotection_or_site=[]
# rule_name - (optional) is a type of stringrule_name=null# rule_uid - (optional) is a type of stringrule_uid=null# service - (optional) is a type of set of stringservice=[]
# service_negate - (optional) is a type of boolservice_negate=null# source - (optional) is a type of set of string# source_negate - (optional) is a type of boolsource_negate=null# track - (optional) is a type of stringtrack=null
}
variable"action" {
description="(optional) - Action-the enforced profile."type=stringdefault=null
}
variable"comments" {
description="(optional) - Comments string."type=stringdefault=null
}
variable"destination" {
description="(optional) - Collection of Network objects identified by the name or UID."type=set(string)
default=null
}
variable"destination_negate" {
description="(optional) - True if negate is set for destination."type=booldefault=null
}
variable"enabled" {
description="(optional) - Enable/Disable the rule."type=booldefault=null
}
variable"exception_group_name" {
description="(optional) - The name of the exception-group."type=stringdefault=null
}
variable"exception_group_uid" {
description="(optional) - The UID of the exception-group."type=stringdefault=null
}
variable"ignore_errors" {
description="(optional) - Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored."type=booldefault=null
}
variable"ignore_warnings" {
description="(optional) - Apply changes ignoring warnings."type=booldefault=null
}
variable"install_on" {
description="(optional) - Which Gateways identified by the name or UID to install the policy on."type=set(string)
default=null
}
variable"layer" {
description="(required) - Layer that the rule belongs to identified by the name or UID."type=string
}
variable"name" {
description="(required) - Rule name."type=string
}
variable"position" {
description="(required) - Position in the rulebase."type=map(string)
}
variable"protected_scope" {
description="(optional) - Collection of objects defining Protected Scope identified by the name or UID."type=set(string)
default=null
}
variable"protected_scope_negate" {
description="(optional) - True if negate is set for Protected Scope."type=booldefault=null
}
variable"protection_or_site" {
description="(optional) - Name of the protection or site."type=set(string)
default=null
}
variable"rule_name" {
description="(optional) - The name of the parent rule."type=stringdefault=null
}
variable"rule_uid" {
description="(optional) - The UID of the parent rule."type=stringdefault=null
}
variable"service" {
description="(optional) - Collection of Network objects identified by the name or UID."type=set(string)
default=null
}
variable"service_negate" {
description="(optional) - True if negate is set for service."type=booldefault=null
}
variable"source" {
description="(optional) - Collection of Network objects identified by the name or UID."type=set(string)
default=null
}
variable"source_negate" {
description="(optional) - True if negate is set for source."type=booldefault=null
}
variable"track" {
description="(optional) - Packet tracking."type=stringdefault=null
}
resource"checkpoint_management_threat_exception""this" {
# action - (optional) is a type of stringaction=var.action# comments - (optional) is a type of stringcomments=var.comments# destination - (optional) is a type of set of stringdestination=var.destination# destination_negate - (optional) is a type of booldestination_negate=var.destination_negate# enabled - (optional) is a type of boolenabled=var.enabled# exception_group_name - (optional) is a type of stringexception_group_name=var.exception_group_name# exception_group_uid - (optional) is a type of stringexception_group_uid=var.exception_group_uid# ignore_errors - (optional) is a type of boolignore_errors=var.ignore_errors# ignore_warnings - (optional) is a type of boolignore_warnings=var.ignore_warnings# install_on - (optional) is a type of set of stringinstall_on=var.install_on# layer - (required) is a type of stringlayer=var.layer# name - (required) is a type of stringname=var.name# position - (required) is a type of map of stringposition=var.position# protected_scope - (optional) is a type of set of stringprotected_scope=var.protected_scope# protected_scope_negate - (optional) is a type of boolprotected_scope_negate=var.protected_scope_negate# protection_or_site - (optional) is a type of set of stringprotection_or_site=var.protection_or_site# rule_name - (optional) is a type of stringrule_name=var.rule_name# rule_uid - (optional) is a type of stringrule_uid=var.rule_uid# service - (optional) is a type of set of stringservice=var.service# service_negate - (optional) is a type of boolservice_negate=var.service_negate# source - (optional) is a type of set of stringsource=var.source# source_negate - (optional) is a type of boolsource_negate=var.source_negate# track - (optional) is a type of stringtrack=var.track
}