Skip to content

Commit

Permalink
README Update
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-guybarak authored and chkp-eddiek committed Jan 16, 2025
1 parent fc107d7 commit 3684129
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 24 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,10 @@ This repository provides a structured set of Terraform modules for deploying Che

**Submodules:**

* [`high_availability_existing_vnet`](https://registry.terraform.io/modules/CheckPointSW/cloudguard-network-security/azure/latest/submodules/high_availability_existing_vnet) - Deploys CloudGuard High Availability solution into an existing VNet in azure.

* [`high_availability_new_vnet`](https://registry.terraform.io/modules/CheckPointSW/cloudguard-network-security/azure/latest/submodules/high_availability_new_vnet) Deploys CloudGuard High Availability solution into a new VNet.

* [`management_existing_vnet`](https://registry.terraform.io/modules/CheckPointSW/cloudguard-network-security/azure/latest/submodules/management_existing_vnet) - Deploys CloudGuard Management solution into an existing VNet.

* [`management_new_vnet`](https://registry.terraform.io/modules/CheckPointSW/cloudguard-network-security/azure/latest/submodules/management_new_vnet) - Deploys CloudGuard Management solution into a new VNet.

* [`mds_existing_vnet`](https://registry.terraform.io/modules/CheckPointSW/cloudguard-network-security/azure/latest/submodules/mds_existing_vnet) - Deploys CloudGuard Management solution into a new VNet.

* [`mds_new_vnet`](https://registry.terraform.io/modules/CheckPointSW/cloudguard-network-security/azure/latest/submodules/mds_new_vnet) - Deploys CloudGuard Management solution into a new VNet.

* [`nva_into_existing_hub`](https://registry.terraform.io/modules/CheckPointSW/cloudguard-network-security/azure/latest/submodules/nva_into_existing_hub) - Deploys CloudGuard Virtual WAN NVA solution into an existing vWAN Hub.

* [`nva_into_new_vwan`](https://registry.terraform.io/modules/CheckPointSW/cloudguard-network-security/azure/latest/submodules/nva_into_new_vwan) - Deploys CloudGuard Virtual WAN NVA solution into a new vWAN Hub.

* [`single_gateway_existing_vnet`](https://registry.terraform.io/modules/CheckPointSW/cloudguard-network-security/azure/latest/submodules/single_gateway_existing_vnet) - Deploys CloudGuard Single Gateway solution into an existing VNet.

* [`single_gateway_new_vnet`](https://registry.terraform.io/modules/CheckPointSW/cloudguard-network-security/azure/latest/submodules/single_gateway_new_vnet) - Deploys CloudGuard Single Gateway solution into a new VNet.

* [`vmss_existing_vnet`](https://registry.terraform.io/modules/CheckPointSW/cloudguard-network-security/azure/latest/submodules/vmss_existing_vnet) - Deploys CloudGuard VMSS solution into an existing VNet.

* [`vmss_new_vnet`](https://registry.terraform.io/modules/CheckPointSW/cloudguard-network-security/azure/latest/submodules/vmss_new_vnet) - Deploys CloudGuard VMSS solution into a new VNet.

Internal Submodules -
Expand Down
2 changes: 1 addition & 1 deletion modules/management_new_vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ provider "azurerm" {
module "example_module" {
source = "CheckPointSW/cloudguard-network-security/azure//modules/management_new_vnet"
version = "1.0.0"
version = "1.0.2"
source_image_vhd_uri = "noCustomUri"
resource_group_name = "checkpoint-mgmt-terraform"
Expand Down
2 changes: 1 addition & 1 deletion modules/management_new_vnet/locals.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
locals {
template_name = "mgmt_terraform_registry"
version = "1.0.0"
version = "1.0.2"
}
2 changes: 1 addition & 1 deletion modules/single_gateway_new_vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ provider "azurerm" {
module "example_module" {
source = "CheckPointSW/cloudguard-network-security/azure//modules/single_gateway_new_vnet"
version = "1.0.0"
version = "1.0.2"
source_image_vhd_uri = "noCustomUri"
resource_group_name = "checkpoint-single-gw-terraform"
Expand Down
2 changes: 1 addition & 1 deletion modules/single_gateway_new_vnet/locals.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
locals {
template_name = "single_terraform_registry"
version = "1.0.0"
version = "1.0.2"
}
2 changes: 1 addition & 1 deletion modules/vmss_new_vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider "azurerm" {
module "example_module" {
source = "CheckPointSW/cloudguard-network-security/azure//modules/vmss_new_vnet"
version = "1.0.0"
version = "1.0.2"
subscription_id = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
source_image_vhd_uri = "noCustomUri"
Expand Down
2 changes: 1 addition & 1 deletion modules/vmss_new_vnet/locals.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
locals {
template_name = "vmss_terraform_registry"
version = "1.0.0"
version = "1.0.2"
}

0 comments on commit 3684129

Please sign in to comment.