Hello,
The following error is returning when attempting to verify a software package on an on-premise R80.30 HA cluster.
-------------------------------------------------------------------------------------------------------------------------------------
checkpoint_management_verify_software_package.package: Creating...
Error: failed to execute API call
State: 400 Bad Request
Code: generic_error
Message: Runtime error: Members of cluster fw-dbn-ras are not aligned to the same recommended Jumbo Hotfix Accumulator Take.
with checkpoint_management_verify_software_package.example,
on main.tf line 19, in resource "checkpoint_management_verify_software_package" "example":
19: resource "checkpoint_management_verify_software_package" "example" {
-------------------------------------------------------------------------------------------------------------------------------------
Below are the contents of main.tf
terraform {
required_providers {
checkpoint = {
source = "CheckPointSW/checkpoint"
version = ">= 1.4.0"
}
}
}
provider "checkpoint" {
server = "server ip"
username = "username"
password = "password"
context = "web_api"
}
resource "checkpoint_management_verify_software_package" "example" {
policy_package = "Check_Point_R80_30_JUMBO_HF_Bundle_T236_sk153152_Security_Gateway_3_10_FULL.tgz"
targets = ["corporate-gateway"]
}
-------------------------------------------------------------------------------------------------------------------------------------
Both gateways are running R80.30 GA Take 196.
Regards,
Simon