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_access_section" {
source="./modules/checkpoint/r/checkpoint_management_access_section"# ignore_errors - (optional) is a type of boolignore_errors=null# ignore_warnings - (optional) is a type of boolignore_warnings=null# 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={}
}
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"layer" {
description="(required) - Layer that the rule belongs to identified by the name or UID."type=string
}
variable"name" {
description="(required) - Object name."type=string
}
variable"position" {
description="(required) - Position in the rulebase."type=map(string)
}
resource"checkpoint_management_access_section""this" {
# ignore_errors - (optional) is a type of boolignore_errors=var.ignore_errors# ignore_warnings - (optional) is a type of boolignore_warnings=var.ignore_warnings# 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
}