Skip to content

Commit

Permalink
Terraform | GCP | Added Single GW into new VPC template
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-yairra committed Sep 20, 2023
1 parent 2fbe770 commit 058811b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions terraform/gcp/single-into-new-vpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ service_account_path = "service-accounts/service-account-file-name.json"
project = "project-id"

# --- Check Point---
image_name = "check-point-r8110-gw-byol-single-335-985-v20220126"
image_name = "check-point-r8120-gw-byol-single-631-991001335-v20230622"
installationType = "Gateway only"
license = "BYOL"
prefix = "chkp-single-tf-"
Expand Down Expand Up @@ -179,7 +179,7 @@ Please leave empty list for a protocol if you want to disable traffic for it.
| | | | | |
| zone | The zone determines what computing resources are available and where your data is stored and used | string | List of allowed [Regions and Zones](https://cloud.google.com/compute/docs/regions-zones?_ga=2.31926582.-962483654.1585043745) |us-central1-a|yes|
| | | | | |
| image_name |The single gateway or management image name (e.g. check-point-r8110-gw-byol-single-335-985-v20220126 for gateway or check-point-r8110-byol-335-883-v20210706 for management). You can choose the desired gateway image value from [Github](https://github.com/CheckPointSW/CloudGuardIaaS/blob/master/gcp/deployment-packages/single-byol/images.py).| string | N/A | N/A | yes |
| image_name |The single gateway or management image name (e.g. check-point-r8120-gw-byol-single-631-991001335-v20230622 for gateway or check-point-r8120-byol-631-991001335-v20230621 for management). You can choose the desired gateway image value from [Github](https://github.com/CheckPointSW/CloudGuardIaaS/blob/master/gcp/deployment-packages/single-byol/images.py).| string | N/A | N/A | yes |
| | | | | |
| installationType | Installation type and version | string |Gateway only;<br/> Management only;<br/> Manual Configuration<br/>Gateway and Management (Standalone) |Gateway only|yes|
| | | | | |
Expand Down
2 changes: 1 addition & 1 deletion terraform/gcp/single-into-new-vpc/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ service_account_path = "PLEASE ENTER SERVICE_ACCOUNT_PATH
project = "PLEASE ENTER PROJECT ID" # "project-id"

# --- Check Point Deployment---
image_name = "PLEASE ENTER IMAGE_NAME" # "check-point-r8040-gw-byol-123-456-v12345678"
image_name = "PLEASE ENTER IMAGE_NAME" # "check-point-r8120-gw-byol-single-631-991001335-v20230622"
installationType = "PLEASE ENTER INSTALLATION TYPE" # "Gateway only"
license = "PLEASE ENTER LICENSE" # "BYOL"
prefix = "PLEASE ENTER PREFIX" # "chkp-single-tf-"
Expand Down

0 comments on commit 058811b

Please sign in to comment.