CheckPointSW / terraform-provider-checkpoint

Terraform provider for Check Point
https://www.terraform.io/docs/providers/checkpoint/
Mozilla Public License 2.0
28 stars 40 forks source link

Feature request: TF resource modules #49

Closed padavrexi closed 3 years ago

padavrexi commented 4 years ago

Hi,

Several functions aren't yet available in the Terraform provider even though they do exist as Management API endpoints. Namely, the ability to create, read, update, and delete the following:

gateway (xxx-simple-gatewayAPI endpoints). cluster (xxx-simple-clusterAPI endpoints) data center (xxx-data-center-serverAPI endpoints) (also described in issue #43) nat rule (xxx-nat-rule & show-nat-rulebaseAPI endpoints) nat section (xxx-nat-sectionAPI endpoints) threat rule (xxx-threat-rule & show-threat-rulebaseAPI endpoints) threat exception (xxx- threat-exceptionAPI endpoints)

Additionally, missing is the ability to show updatable objects repository content (show updatable-objects-repository-contentAPI endpoint).

chkp-royl commented 3 years ago

Hi @padavrexi , Thanks for posting this issue. We plan to support all those resources in the next versions of Check Point provider. The next version is planned for end of January 2021 and will include: nat rule, nat section, threat rule, threat exception, show updatable-objects-repository-content and show objects

Thanks, Roy

geoffroyrenaud commented 3 years ago

Hello @chkp-royl, And for datacenter ressources, is it also in january ? Best Regards,

chkp-royl commented 3 years ago

Hi @geoffroyrenaud , There are few types of data center resources:

  1. 'data-center-server' will be available in the next versions of Check Point provider.
  2. 'data-center-object' may not be supported because it has no set call e.g. 'set-data-center-object'.

Thanks, Roy

chkp-royl commented 3 years ago

Hi @geoffroyrenaud , I am happy to announce on the release of new version of Check Point provider v1.2.0. To see the new features please use the following link: https://github.com/CheckPointSW/terraform-provider-checkpoint/blob/master/CHANGELOG.md#120-december-17-2020

Resource gateway, cluster and data-center-server will be available in the future versions of Check Point provider.

Regards, Roy