Skip to content

Commit

Permalink
Azure Terraform | Added updates to revision history
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-yairra authored Jun 20, 2024
1 parent b46e71d commit 85989d1
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 19 deletions.
34 changes: 18 additions & 16 deletions terraform/azure/high-availability-existing-vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,22 +214,24 @@ availability_type = "Availability Zone"
## Revision History
In order to check the template version refer to the [sk116585](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk116585)

| Template Version | Description |
| ---------------- | ------------- |
| 20230910 | - R81.20 is the default version |
| | | |
| 20230212 | - Added Smart-1 Cloud support |
| | | |
| 20221124 | - Added R81.20 support <br/> - Upgraded azurerm provider |
| | | |
| 20220111 | - Added support to select different shells. |
| | | |
| 20210309 | - Add "source_image_vhd_uri" variable for using a custom development image |
| | | |
| 20210111 | First release of Check Point CloudGuard IaaS High Availability Terraform deployment into an existing Vnet in Azure. |
| | | |
| | Addition of "templateType" parameter to "cloud-version" files. |
| | | |
| Template Version | Description |
| ---------------- |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 20240613 | - Updated Azure Terraform provider version <br> - Updated managed identity permissions <br> - Cosmetic fixes & default values <br> - Added option to limit storage account access by specify allowed sourcess <br> - Added validation for os_version & os_offer |
| | | |
| 20230910 | - R81.20 is the default version |
| | | |
| 20230212 | - Added Smart-1 Cloud support |
| | | |
| 20221124 | - Added R81.20 support <br/> - Upgraded azurerm provider |
| | | |
| 20220111 | - Added support to select different shells. |
| | | |
| 20210309 | - Add "source_image_vhd_uri" variable for using a custom development image |
| | | |
| 20210111 | First release of Check Point CloudGuard IaaS High Availability Terraform deployment into an existing Vnet in Azure. |
| | | |
| | Addition of "templateType" parameter to "cloud-version" files. |
| | | |

## License

Expand Down
2 changes: 2 additions & 0 deletions terraform/azure/high-availability-new-vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ In order to check the template version refer to the [sk116585](https://supportce

| Template Version | Description |
| ---------------- | ------------- |
| 20240613 | - Updated Azure Terraform provider version <br> - Updated managed identity permissions <br> - Cosmetic fixes & default values <br> - Added option to limit storage account access by specify allowed sourcess <br> - Added validation for os_version & os_offer |
| | | |
| 20230910 | - R81.20 is the default version |
| | | |
| 20230212 | - Added Smart-1 Cloud support |
Expand Down
2 changes: 2 additions & 0 deletions terraform/azure/management-existing-vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ In order to check the template version refer to the [sk116585](https://supportce

| Template Version | Description |
| ---------------- | ------------- |
| 20240613 | - Updated Azure Terraform provider version <br> - Cosmetic fixes & default values <br> - Added option to limit storage account access by specify allowed sourcess <br> - Updated Public IP sku to Standard <br> - Added validation for os_version & os_offer |
| | | |
| 20230910 | - R81.20 is the default version |
| | | |
| 20221124 | - Added R81.20 support <br/> - Upgraded azurerm provider |
Expand Down
2 changes: 2 additions & 0 deletions terraform/azure/management-new-vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ In order to check the template version refer to the [sk116585](https://supportce

| Template Version | Description |
| ---------------- | ------------- |
| 20240613 | - Updated Azure Terraform provider version <br> - Cosmetic fixes & default values <br> - Added option to limit storage account access by specify allowed sourcess <br> - Updated Public IP sku to Standard <br> - Added validation for os_version & os_offer |
| | | |
| 20230910 | - R81.20 is the default version |
| | | |
| 20221124 | - Added R81.20 support <br/> - Upgraded azurerm provider |
Expand Down
2 changes: 2 additions & 0 deletions terraform/azure/mds-existing-vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ In order to check the template version refer to the [sk116585](https://supportce

| Template Version | Description |
|------------------|---------------------------------------------------------------------------------------------|
| 20240613 | - Updated Azure Terraform provider version <br> - Cosmetic fixes & default values <br> - Added option to limit storage account access by specify allowed sourcess <br> - Updated Public IP sku to Standard <br> - Added validation for os_version & os_offer |
| | | |
| 20230910 | - R81.20 is the default version |
| | | |
| 20230629 | First release of Check Point CloudGuard Network Security MDS Terraform deployment for Azure |
Expand Down
2 changes: 2 additions & 0 deletions terraform/azure/mds-new-vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ In order to check the template version refer to the [sk116585](https://supportce

| Template Version | Description |
|------------------|---------------------------------------------------------------------------------------------|
| 20240613 | - Updated Azure Terraform provider version <br> - Cosmetic fixes & default values <br> - Added option to limit storage account access by specify allowed sourcess <br> - Updated Public IP sku to Standard <br> - Added validation for os_version & os_offer |
| | | |
| 20230910 | - R81.20 is the default version |
| | | |
| 20230629 | First release of Check Point CloudGuard Network Security MDS Terraform deployment for Azure |
Expand Down
1 change: 1 addition & 0 deletions terraform/azure/nva-into-existing-hub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ In order to check the template version refer to the [sk116585](https://supportce

| Template Version | Description |
|------------------|-------------------|
| 20240613 | Cosmetic fixes & default values |
| 20240228 | Added public IP for ingress support | | |
| 20231226 | First release of Check Point CloudGuard Network Security Virtual WAN Terraform deployment for Azure | |

Expand Down
7 changes: 4 additions & 3 deletions terraform/azure/nva-into-new-vwan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,10 @@ please see the [CloudGuard Network for Azure Virtual WAN Deployment Guide](https
In order to check the template version refer to the [sk116585](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk116585)

| Template Version | Description |
|------------------|---------------------------------------------------------------------------------------------------|
| 20240228 | Added public IP for ingress support | | |
| 20231226 | First release of Check Point CloudGuard Network Security Virtual WAN Terraform deployment for Azure | | |
|------------------|-----------------------------------------------------------------------------------------------|
| 20240613 | Cosmetic fixes & default values |
| 20240228 | Added public IP for ingress support | | |
| 20231226 | First release of Check Point CloudGuard Network Security Virtual WAN Terraform deployment for Azure | | |


## License
Expand Down
2 changes: 2 additions & 0 deletions terraform/azure/single-gateway-existing-vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ In order to check the template version refer to the [sk116585](https://supportce

| Template Version | Description |
|------------------|---------------------------------------------------------------------------------------------------|
| 20240613 | - Updated Azure Terraform provider version <br> - Cosmetic fixes & default values <br> - Added option to limit storage account access by specify allowed sourcess <br> - Added accelerated networking to SGW Terraform templates <br> - Updated Public IP sku to Standard <br> - Added validation for os_version & os_offer |
| | | |
| 20230910 | - R81.20 is the default version |
| | | |
| 20230629 | First release of Check Point CloudGuard Network Security Single GW Terraform deployment for Azure |
Expand Down
2 changes: 2 additions & 0 deletions terraform/azure/single-gateway-new-vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ In order to check the template version refer to the [sk116585](https://supportce

| Template Version | Description |
|------------------|---------------------------------------------------------------------------------------------------|
| 20240613 | - Updated Azure Terraform provider version <br> - Cosmetic fixes & default values <br> - Added option to limit storage account access by specify allowed sourcess <br> - Added accelerated networking to SGW Terraform templates <br> - Updated Public IP sku to Standard <br> - Added validation for os_version & os_offer |
| | | |
| 20230910 | - R81.20 is the default version |
| | | |
| 20230629 | First release of Check Point CloudGuard Network Security Single GW Terraform deployment for Azure |
Expand Down
2 changes: 2 additions & 0 deletions terraform/azure/vmss-existing-vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ In order to check the template version refer to the [sk116585](https://supportce

| Template Version | Description |
| ---------------- | ------------- |
| 20240613 | - Updated Azure Terraform provider version <br> - Cosmetic fixes & default values <br> - Added option to limit storage account access by specify allowed sourcess <br> - Updated diskSizeGB <br> - Added validation for os_version & os_offer |
| | | |
| 20230910 | - R81.20 is the default version |
| | | |
| 20221124 | - Added R81.20 support <br/> - Upgraded azurerm provider |
Expand Down
2 changes: 2 additions & 0 deletions terraform/azure/vmss-new-vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ In order to check the template version refer to the [sk116585](https://supportce

| Template Version | Description |
| ---------------- | --------- |
| 20240613 | - Updated Azure Terraform provider version <br> - Cosmetic fixes & default values <br> - Added option to limit storage account access by specify allowed sourcess <br> - Updated diskSizeGB <br> - Added validation for os_version & os_offer |
| | | |
| 20230910 | - R81.20 is the default version |
| | | |
| 20221124 | - Added R81.20 support <br/> - Upgraded azurerm provider |
Expand Down

0 comments on commit 85989d1

Please sign in to comment.