You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/index.html.markdown
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -396,7 +396,7 @@ The table below shows the compatibility between the Terraform Release version an
396
396
| v2.7.0 | v1.1 | 255 and higher |
397
397
398
398
<br>
399
-
-> **Note:** When you install or upgrade the Terraform Release version, make sure to also upgrade CME to the corresponding CME Take to properly configure CME resources.
399
+
**Note:** When you install or upgrade the Terraform Release version, make sure to also upgrade CME to the corresponding CME Take to properly configure CME resources.
400
400
401
401
For details about upgrading CME, please refer to the documentation [here](https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_CME/Content/Topics-CME/Installing_and_Updating_CME.htm?tocpath=_____4).
402
402
@@ -444,6 +444,7 @@ This section describes best practices for working with the Check Point provider.
444
444
445
445
#### Trigger field
446
446
From version 1.2 the provider was enhanced where a `triggers` field for resource `install-policy`, `publish` and `logout` was added for re-execution if there are any changes in the configuration files.
447
+
447
448
```hcl
448
449
# Put the Check Point configuration in a sub folder and refer to is as a module
From version 2.5.0 the provider was enhanced with support to auto publish mode using `auto_publish_batch_size` or via the `CHECKPOINT_AUTO_PUBLISH_BATCH_SIZE` environment variable to configure the number of batch size to automatically run publish.
@@ -474,6 +476,7 @@ provider "checkpoint" {
474
476
auto_publish_batch_size = "100"
475
477
}
476
478
```
479
+
<br>
477
480
478
481
#### Control publish post destroy
479
482
From version 2.6.0 the provider was enhanced where a new flag was added `run_publish_on_destroy` to `checkpoint_management_publish` which indicates whether to run publish on destroy.
Copy file name to clipboardExpand all lines: website/docs/r/checkpoint_management_run_script.html.markdown
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,8 @@ The following arguments are supported:
29
29
*`script` - (Required) Script body.
30
30
*`targets` - (Required) On what targets to execute this command. Targets may be identified by their name, or object unique identifier.targets blocks are documented below.
31
31
*`args` - (Optional) Script arguments.
32
-
*`comments` - (Optional) Comments string.
32
+
*`comments` - (Optional) Comments string.
33
+
*`timeout` - (Optional) Script timeout in seconds.
33
34
*`tasks` - (Computed) Collection of asynchronous task unique identifiers.
0 commit comments