terraform-provider-checkpoint icon indicating copy to clipboard operation
terraform-provider-checkpoint copied to clipboard

checkpoint_management_install_policy resource doesn't respect selective Access / Threat Prevention policy installation

Open KurpLondon opened this issue 7 months ago • 0 comments

Hi team

I'm using the following provider

terraform { required_providers { checkpoint = { source = "checkpointsw/checkpoint" version = "2.9.0" }

Upon first creating the security policy and installing on the target the access policy must be installed first . However in many instances the policy fails to install as the Threat Prevention policy is installed first. I've therefore created a two steps install with first Access blade only and then followed by Threat Prevention . But in both cases , both policies are installed. It seems the "checkpoint_management_install_policy" resource is ignoring the access / threat_prevention bool parameters

Image

Image

Image

For the time being I'm using a HTTP provider to perform the same

Image

KurpLondon avatar Mar 28 '25 12:03 KurpLondon