terraform-provider-checkpoint
terraform-provider-checkpoint copied to clipboard
Terraform provider for Check Point
The [provider announcement](https://community.checkpoint.com/t5/API-CLI-Discussion-and-Samples/Check-Point-provider-on-Terraform-is-officially-live/td-p/72714) from earlier this year listed support for Management and GAiA APIs. It would be great to also support the Identity Awareness API to use Terraform to automate...
adding terraform support
Currently, https rule update does not pass rule id & rule layer to api call, thus resulting in errors, since these fields are mandatory. This patch fixes issue, explicitly adding...
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...
Hi, I think I found a bug. Terraform v1.11.0 on linux_amd64 + provider registry.terraform.io/checkpointsw/checkpoint v2.9.0 smart11> show version all Product version Check Point Gaia R81.20 OS build 627 OS kernel...
Hello I use MDS R81.20 JHF 89. terraform provider 2.8.1 I notice 2 problems with dynamic objects: 1) If I create a LSM gateway without dynamics objects with terraform. When...
When creating a policy package for use with an autoscale group for CME, we are trying to set the install targets to `None` by default. ``` resource "checkpoint_management_package" "autoscale" {...
There seems to be a problem with the "enabled" property of the "checkpoint_management_access_rule" resource. If the rule is enabled, and this property is set to false, the rule is never...