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_package" {
source="./modules/checkpoint/r/checkpoint_management_package"# access - (optional) is a type of boolaccess=null# color - (optional) is a type of stringcolor=null# comments - (optional) is a type of stringcomments=null# desktop_security - (optional) is a type of booldesktop_security=null# ignore_errors - (optional) is a type of boolignore_errors=null# ignore_warnings - (optional) is a type of boolignore_warnings=null# installation_targets - (optional) is a type of set of stringinstallation_targets=[]
# name - (required) is a type of stringname=null# qos - (optional) is a type of boolqos=null# qos_policy_type - (optional) is a type of stringqos_policy_type=null# tags - (optional) is a type of set of stringtags=[]
# threat_prevention - (optional) is a type of boolthreat_prevention=null# vpn_traditional_mode - (optional) is a type of boolvpn_traditional_mode=null
}
resource"checkpoint_management_package""this" {
# access - (optional) is a type of boolaccess=var.access# color - (optional) is a type of stringcolor=var.color# comments - (optional) is a type of stringcomments=var.comments# desktop_security - (optional) is a type of booldesktop_security=var.desktop_security# ignore_errors - (optional) is a type of boolignore_errors=var.ignore_errors# ignore_warnings - (optional) is a type of boolignore_warnings=var.ignore_warnings# installation_targets - (optional) is a type of set of stringinstallation_targets=var.installation_targets# name - (required) is a type of stringname=var.name# qos - (optional) is a type of boolqos=var.qos# qos_policy_type - (optional) is a type of stringqos_policy_type=var.qos_policy_type# tags - (optional) is a type of set of stringtags=var.tags# threat_prevention - (optional) is a type of boolthreat_prevention=var.threat_prevention# vpn_traditional_mode - (optional) is a type of boolvpn_traditional_mode=var.vpn_traditional_mode
}