Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 38 additions & 38 deletions examples/qs_autoscale/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/qs_autoscale_master/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ module "example_module" {
| gateway_instance_type | Instance type for the Security Gateways | string | - c4.large <br/> - c4.xlarge <br/> - c5.large <br/> - c5.xlarge <br/> - c5.2xlarge <br/> - c5.4xlarge <br/> - c5.9xlarge <br/> - c5.12xlarge <br/> - c5.18xlarge <br/> - c5.24xlarge <br/> - c5n.large <br/> - c5n.xlarge <br/> - c5n.2xlarge <br/> - c5n.4xlarge <br/> - c5n.9xlarge <br/> - c5n.18xlarge <br/> - c5d.large <br/> - c5d.xlarge <br/> - c5d.2xlarge <br/> - c5d.4xlarge <br/> - c5d.9xlarge <br/> - c5d.12xlarge <br/> - c5d.18xlarge <br/> - c5d.24xlarge <br/> - m5.large <br/> - m5.xlarge <br/> - m5.2xlarge <br/> - m5.4xlarge <br/> - m5.8xlarge <br/> - m5.12xlarge <br/> - m5.16xlarge <br/> - m5.24xlarge <br/> - m6i.large <br/> - m6i.xlarge <br/> - m6i.2xlarge <br/> - m6i.4xlarge <br/> - m6i.8xlarge <br/> - m6i.12xlarge <br/> - m6i.16xlarge <br/> - m6i.24xlarge <br/> - m6i.32xlarge <br/> - c6i.large <br/> - c6i.xlarge <br/> - c6i.2xlarge <br/> - c6i.4xlarge <br/> - c6i.8xlarge <br/> - c6i.12xlarge <br/> - c6i.16xlarge <br/> - c6i.24xlarge <br/> - c6i.32xlarge <br/> - c6in.large <br/> - c6in.xlarge <br/> - c6in.2xlarge <br/> - c6in.4xlarge <br/> - c6in.8xlarge <br/> - c6in.12xlarge <br/> - c6in.16xlarge <br/> - c6in.24xlarge <br/> - c6in.32xlarge <br/> - r5.large <br/> - r5.xlarge <br/> - r5.2xlarge <br/> - r5.4xlarge <br/> - r5.8xlarge <br/> - r5.12xlarge <br/> - r5.16xlarge <br/> - r5.24xlarge <br/> - r5a.large <br/> - r5a.xlarge <br/> - r5a.2xlarge <br/> - r5a.4xlarge <br/> - r5a.8xlarge <br/> - r5a.12xlarge <br/> - r5a.16xlarge <br/> - r5a.24xlarge <br/> - r5b.large <br/> - r5b.xlarge <br/> - r5b.2xlarge <br/> - r5b.4xlarge <br/> - r5b.8xlarge <br/> - r5b.12xlarge <br/> - r5b.16xlarge <br/> - r5b.24xlarge <br/> - r5n.large <br/> - r5n.xlarge <br/> - r5n.2xlarge <br/> - r5n.4xlarge <br/> - r5n.8xlarge <br/> - r5n.12xlarge <br/> - r5n.16xlarge <br/> - r5n.24xlarge <br/> - r6i.large <br/> - r6i.xlarge <br/> - r6i.2xlarge <br/> - r6i.4xlarge <br/> - r6i.8xlarge <br/> - r6i.12xlarge <br/> - r6i.16xlarge <br/> - r6i.24xlarge <br/> - r6i.32xlarge <br/> - m6a.large <br/> - m6a.xlarge <br/> - m6a.2xlarge <br/> - m6a.4xlarge <br/> - m6a.8xlarge <br/> - m6a.12xlarge <br/> - m6a.16xlarge <br/> - m6a.24xlarge <br/> - m6a.32xlarge <br/> - m6a.48xlarge <br/>**Default:** c5.xlarge |
| gateways_min_group_size | Minimum number of Security Gateways | number | <br>**Default:** 2 |
| gateways_max_group_size | Maximum number of Security Gateways | number | <br>**Default:** 10 |
| gateway_version | Gateway version and license | string | - R81.20-BYOL<br>- R81.20-PAYG-NGTP<br>- R82-BYOL<br>**Default:** R81.20-BYOL |
| gateway_version | Gateway version and license | string | - R81.20-BYOL<br>- R81.20-PAYG-NGTP<br>- R81.20-PAYG-NGTX<br>- R82-BYOL<br>- R82-PAYG-NGTP<br>- R82-PAYG-NGTX<br>- R82.10-BYOL<br>- R82.10-PAYG-NGTP<br>- R82.10-PAYG-NGTX<br>**Default:** R81.20-BYOL |
| gateway_SIC_Key | Secure Internal Communication key for trusted connection between Check Point components | string | <br>**Default:** 12345678 |
| enable_cloudwatch | Report Check Point specific CloudWatch metrics | bool | true/false<br>**Default:** false |
| servers_deploy | Deploy web servers and an internal Application Load Balancer. 'False' ignores related parameters | bool | true/false<br>**Default:** false |
Expand Down
64 changes: 32 additions & 32 deletions modules/autoscale/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion modules/autoscale_gwlb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ module "example_module" {
| minimum_group_size | The minimum number of instances in the Auto Scaling group | number | **Default:** 2 |
| maximum_group_size | The maximum number of instances in the Auto Scaling group | number | **Default:** 10 |
| target_groups | (Optional) List of Target Group ARNs to associate with the Auto Scaling group | list(string) | |
| gateway_version | Gateway version and license | string | - R81.20-BYOL<br>- R81.20-PAYG-NGTP<br>- R82-BYOL<br>**Default:** R81.20-BYOL |
| gateway_version | Gateway version and license | string | - R81.20-BYOL<br>- R81.20-PAYG-NGTP<br>- R82-BYOL<br>- R82-PAYG-NGTP<br>- R82.10-BYOL<br>- R82.10-PAYG-NGTP<br>**Default:** R81.20-BYOL |
| admin_shell | Set the admin shell to enable advanced command line configuration | string | - /etc/cli.sh<br>- /bin/bash<br>- /bin/csh<br>**Default:** /etc/cli.sh |
| gateway_password_hash | (Optional) Check Point recommends setting Admin user's password and maintenance-mode password for recovery purposes. | string | |
| gateway_SICKey | The Secure Internal Communication key for trusted connection between Check Point components (at least 8 alphanumeric characters) | string | **Default:** "12345678" |
Expand Down
Loading