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

Changes for V1.5.0 #85

Closed chkp-alonshev closed 3 years ago

chkp-alonshev commented 3 years ago
  1. New Resource: checkpoint_management_generic_data_center_server
  2. New Data Source: checkpoint_management_generic_data_center_server
  3. commands/logout/logout.go: Add support for logout post apply script.
  4. resource_checkpoint_management_access_role: Increase timeout on access-role resource.
  5. Add support to select session file name via environment variable CHECKPOINT_SESSION_FILE_NAME, default value remains sid.json.
  6. resource_checkpoint_management_access_role - Fix bug that caused when updating comment.
  7. resource_checkpoint_management_threat_rule - Fix bug general bug in read function.
  8. resource_checkpoint_management_access_rule - Fix the bug in track field.
  9. resource_checkpoint_management_access_section - Fix bug in layer field in update and read functions.
  10. resource_checkpoint_management_access_layer - Remove detect_using_x_forward_for field default value from the schema.
  11. resource_checkpoint_management_service_tcp - Fix bug in color field in read functions.
  12. resource_checkpoint_management_service_udp - Fix bug in color field in read functions.