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

Terraform provider for Check Point

Results 17 terraform-provider-checkpoint issues
Sort by recently updated
recently updated
newest added

Hello, we are currently, using this provider to update resources on multiple domains (~ 7 domains). We are distinguishing the providers using provider-aliases, f.e. like this: ``` provider "checkpoint" {...

enhancement

![image](https://user-images.githubusercontent.com/79280455/144660957-ea910285-0125-474f-b44b-cce288c13af3.png) After bumping from 1.4 to 1.6, the terraform plan that was generated appears to want to modify our existing Access Role objects to some weird syntax For example users...

bug

Hello, Seems ignore_warnings = true does not work for the resource checkpoint_management_service_tcp because I can't delete the object if part of the group, similar as issue 135 i believe. ```terraform...

enhancement

I'm using Terraform to create groups across an estate of 20+ NSX-T instances. Within the same Terraform execution, I subsequently add the groups into Checkpoint using the `checkpoint_management_vmware_data_center_server` resource. I...

enhancement

Currently, and according to the docs, for the [Post Apply/Destroy commands](https://registry.terraform.io/providers/CheckPointSW/checkpoint/latest/docs#post-applydestroy-commands) (publish / logout / discard etc) as documented in the provider, a few commands / binaries are required. Given...

enhancement

Versions: Terraform - 1.0.2 Checkpoint Provider - 1.4.0 Fw - R81 Gaia API - 1.4 Web API - 1.7 Hello, I am trying to work with Gaia API, but can't...

enhancement
GAIA

I'm configuring a physical interface with a comment which contains a space (eg. "P2P Link") I'm applying the change, then re-applying or running `terraform plan` I'm getting this output: ```terraform...

bug
GAIA

When working with DevOps Teams, used to develop with cloud native options, we need a smart resource that finds/creates host/group/service objects and puts them into the rule in a single...

enhancement

Hi, I'm working with that resource and I want to set the type of the host. If I select "dns_server" I have no way to configure via Terraform the DNS...

enhancement