From e806295684a40c7b16205ea6cd3fb6ea3931d97e Mon Sep 17 00:00:00 2001 From: chkp-royl <51701986+chkp-royl@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:48:36 +0200 Subject: [PATCH] remove ips_update_policy default value (#200) --- checkpoint/resource_checkpoint_management_simple_cluster.go | 1 - checkpoint/resource_checkpoint_management_simple_gateway.go | 1 - 2 files changed, 2 deletions(-) diff --git a/checkpoint/resource_checkpoint_management_simple_cluster.go b/checkpoint/resource_checkpoint_management_simple_cluster.go index 47ebfced..33ac6f5a 100644 --- a/checkpoint/resource_checkpoint_management_simple_cluster.go +++ b/checkpoint/resource_checkpoint_management_simple_cluster.go @@ -753,7 +753,6 @@ func resourceManagementSimpleCluster() *schema.Resource { Type: schema.TypeString, Optional: true, Description: "Specifies whether the IPS will be downloaded from the Management or directly to the Gateway.", - Default: "gateway automatic update", }, "nat_hide_internal_interfaces": { Type: schema.TypeBool, diff --git a/checkpoint/resource_checkpoint_management_simple_gateway.go b/checkpoint/resource_checkpoint_management_simple_gateway.go index faa870cb..ef2b5db6 100644 --- a/checkpoint/resource_checkpoint_management_simple_gateway.go +++ b/checkpoint/resource_checkpoint_management_simple_gateway.go @@ -743,7 +743,6 @@ func resourceManagementSimpleGateway() *schema.Resource { Type: schema.TypeString, Optional: true, Description: "Specifies whether the IPS will be downloaded from the Management or directly to the Gateway.", - Default: "gateway automatic update", }, "nat_hide_internal_interfaces": { Type: schema.TypeBool,