terraform-provider-checkpoint
terraform-provider-checkpoint copied to clipboard
checkpoint_management_install_policy resource doesn't respect selective Access / Threat Prevention policy installation
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
For the time being I'm using a HTTP provider to perform the same