Skip to content

Commit

Permalink
remove ips_update_policy default value (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-royl authored Dec 11, 2024
1 parent adc29cb commit e806295
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e806295

Please sign in to comment.