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_checkpoint_host" {
source="./modules/checkpoint/r/checkpoint_management_checkpoint_host"# color - (optional) is a type of stringcolor=null# comments - (optional) is a type of stringcomments=null# hardware - (optional) is a type of stringhardware=null# ignore_errors - (optional) is a type of boolignore_errors=null# ignore_warnings - (optional) is a type of boolignore_warnings=null# ipv4_address - (optional) is a type of stringipv4_address=null# ipv6_address - (optional) is a type of stringipv6_address=null# logs_settings - (optional) is a type of map of stringlogs_settings={}
# management_blades - (optional) is a type of map of stringmanagement_blades={}
# name - (required) is a type of stringname=null# nat_settings - (optional) is a type of map of stringnat_settings={}
# one_time_password - (optional) is a type of stringone_time_password=null# os - (optional) is a type of stringos=null# save_logs_locally - (optional) is a type of boolsave_logs_locally=null# send_alerts_to_server - (optional) is a type of set of stringsend_alerts_to_server=[]
# send_logs_to_backup_server - (optional) is a type of set of stringsend_logs_to_backup_server=[]
# send_logs_to_server - (optional) is a type of set of stringsend_logs_to_server=[]
# tags - (optional) is a type of set of stringtags=[]
# version - (optional) is a type of stringversion=nullinterfaces=[{
color =null
comments =null
ignore_errors =null
ignore_warnings =null
mask_length4 =null
mask_length6 =null
name =null
subnet4 =null
subnet6 =null
subnet_mask =null
}]
}
resource"checkpoint_management_checkpoint_host""this" {
# color - (optional) is a type of stringcolor=var.color# comments - (optional) is a type of stringcomments=var.comments# hardware - (optional) is a type of stringhardware=var.hardware# ignore_errors - (optional) is a type of boolignore_errors=var.ignore_errors# ignore_warnings - (optional) is a type of boolignore_warnings=var.ignore_warnings# ipv4_address - (optional) is a type of stringipv4_address=var.ipv4_address# ipv6_address - (optional) is a type of stringipv6_address=var.ipv6_address# logs_settings - (optional) is a type of map of stringlogs_settings=var.logs_settings# management_blades - (optional) is a type of map of stringmanagement_blades=var.management_blades# name - (required) is a type of stringname=var.name# nat_settings - (optional) is a type of map of stringnat_settings=var.nat_settings# one_time_password - (optional) is a type of stringone_time_password=var.one_time_password# os - (optional) is a type of stringos=var.os# save_logs_locally - (optional) is a type of boolsave_logs_locally=var.save_logs_locally# send_alerts_to_server - (optional) is a type of set of stringsend_alerts_to_server=var.send_alerts_to_server# send_logs_to_backup_server - (optional) is a type of set of stringsend_logs_to_backup_server=var.send_logs_to_backup_server# send_logs_to_server - (optional) is a type of set of stringsend_logs_to_server=var.send_logs_to_server# tags - (optional) is a type of set of stringtags=var.tags# version - (optional) is a type of stringversion=var.versiondynamic"interfaces" {
for_each=var.interfacescontent {
# color - (optional) is a type of stringcolor=interfaces.value["color"]
# comments - (optional) is a type of stringcomments=interfaces.value["comments"]
# ignore_errors - (optional) is a type of boolignore_errors=interfaces.value["ignore_errors"]
# ignore_warnings - (optional) is a type of boolignore_warnings=interfaces.value["ignore_warnings"]
# mask_length4 - (optional) is a type of numbermask_length4=interfaces.value["mask_length4"]
# mask_length6 - (optional) is a type of numbermask_length6=interfaces.value["mask_length6"]
# name - (optional) is a type of stringname=interfaces.value["name"]
# subnet4 - (optional) is a type of stringsubnet4=interfaces.value["subnet4"]
# subnet6 - (optional) is a type of stringsubnet6=interfaces.value["subnet6"]
# subnet_mask - (optional) is a type of stringsubnet_mask=interfaces.value["subnet_mask"]
}
}
}