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
security_rules | List of security rules for ingress and egress. | list(object({<br/> direction = string <br/>from_port = any <br/>to_port = any <br/>protocol = any <br/>cidr_blocks = list(any)<br/>})) | **Default:**[]|
106
-
106
+
| enable_ipv6 | Enables dual-stack networking (IPv4 and IPv6) for the GWLB, [Please see version compatibility in the following guide](https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_CloudGuard_Network_for_AWS_Gateway_Load_Balancer_ASG/Content/Topics-AWS-GWLB-ASG-DG/IPv6-Support.htm) | bool | true/false<br>**Default:** false
Copy file name to clipboardExpand all lines: modules/gwlb/README.md
+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
@@ -137,6 +137,7 @@ module "example_module" {
137
137
| volume_type | General Purpose SSD Volume Type | string | - gp3<br>- gp2<br>**Default:** gp3 |
138
138
| gateway_maintenance_mode_password_hash | Check Point recommends setting Admin user's password and maintenance-mode password for recovery purposes. For R81.10 and below the Admin user's password is used also as maintenance-mode password. (To generate a password hash use the command "grub2-mkpasswd-pbkdf2" on Linux and paste it here). | string ||
139
139
| management_maintenance_mode_password_hash | Check Point recommends setting Admin user's password and maintenance-mode password for recovery purposes. For R81.10 and below the Admin user's password is used also as maintenance-mode password. (To generate a password hash use the command "grub2-mkpasswd-pbkdf2" on Linux and paste it here). | string ||
140
+
| enable_ipv6 | Enables dual-stack networking (IPv4 and IPv6) for the GWLB, [Please see version compatibility in the following guide](https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_CloudGuard_Network_for_AWS_Gateway_Load_Balancer_ASG/Content/Topics-AWS-GWLB-ASG-DG/IPv6-Support.htm)| bool | true/false<br>**Default:** false |
140
141
141
142
## Outputs
142
143
To display the outputs defined by the module, create an `outputs.tf` file with the following structure:
@@ -154,5 +155,5 @@ output "instance_public_ip" {
154
155
| gwlb_name | The name of the deployed Gateway Load Balancer |
155
156
| gwlb_service_name | The service name for the deployed Gateway Load Balancer |
156
157
| gwlb_arn | The arn for the deployed Gateway Load Balancer |
0 commit comments