Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraform | Azure and GCP | Fix deployment guides links in the readme files #346

Merged
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
3 changes: 2 additions & 1 deletion terraform/azure/high-availability-existing-vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ As part of the deployment the following resources are created:
- System assigned identity
- Availability Set - conditional creation

See the [Check Point CloudGuard IaaS High Availability for Azure Administration Guide](https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_CloudGuard_IaaS_HighAvailability_for_Azure/Content/Topics/Check_Point_CloudGuard_IaaS_High_Availability_for_Azure.htm) for additional information
For additional information,
please see the [CloudGuard Network for Azure High Availability Cluster Deployment Guide](https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_CloudGuard_Network_for_Azure_HA_Cluster/Default.htm)

This solution uses the following modules:
- /terraform/azure/modules/common - used for creating a resource group and defining common variables.
Expand Down
3 changes: 2 additions & 1 deletion terraform/azure/high-availability-new-vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ As part of the deployment the following resources are created:
- System assigned identity
- Availability Set - conditional creation

See the [Check Point CloudGuard IaaS High Availability for Azure Administration Guide](https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_CloudGuard_IaaS_HighAvailability_for_Azure/Content/Topics/Check_Point_CloudGuard_IaaS_High_Availability_for_Azure.htm) for additional information
For additional information,
please see the [CloudGuard Network for Azure High Availability Cluster Deployment Guide](https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_CloudGuard_Network_for_Azure_HA_Cluster/Default.htm)

This solution uses the following modules:
- /terraform/azure/modules/common - used for creating a resource group and defining common variables.
Expand Down
3 changes: 2 additions & 1 deletion terraform/azure/nva-into-existing-hub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ As part of the deployment the following resources are created:
- NVA
- Managed identity


For additional information,
please see the [CloudGuard Network for Azure Virtual WAN Deployment Guide](https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_CloudGuard_Network_for_Azure_vWAN/Default.htm)

## Configurations
- Install and configure Terraform to provision Azure resources: [Configure Terraform for Azure](https://docs.microsoft.com/en-us/azure/virtual-machines/linux/terraform-install-configure).
Expand Down
3 changes: 2 additions & 1 deletion terraform/azure/nva-into-new-vwan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ As part of the deployment the following resources are created:
- NVA
- Managed identity


For additional information,
please see the [CloudGuard Network for Azure Virtual WAN Deployment Guide](https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_CloudGuard_Network_for_Azure_vWAN/Default.htm)

## Configurations
- Install and configure Terraform to provision Azure resources: [Configure Terraform for Azure](https://docs.microsoft.com/en-us/azure/virtual-machines/linux/terraform-install-configure).
Expand Down
3 changes: 2 additions & 1 deletion terraform/azure/vmss-existing-vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ As part of the deployment the following resources are created:
- Role assignment - conditional creation


See the [Virtual Machine Scale Sets (VMSS) for Microsoft Azure R80.10 and above Administration Guide](https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_VMSS_for_Azure/Content/Topics/Overview.htm)
For additional information,
please see the [CloudGuard Network for Azure Virtual Machine Scale Sets (VMSS) Deployment Guide](https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_VMSS_for_Azure/Default.htm)

This solution uses the following modules:
- /terraform/azure/modules/common - used for creating a resource group and defining common variables.
Expand Down
3 changes: 2 additions & 1 deletion terraform/azure/vmss-new-vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ As part of the deployment the following resources are created:
- Role assignment - conditional creation


See the [Virtual Machine Scale Sets (VMSS) for Microsoft Azure R80.10 and above Administration Guide](https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_VMSS_for_Azure/Content/Topics/Overview.htm)
For additional information,
please see the [CloudGuard Network for Azure Virtual Machine Scale Sets (VMSS) Deployment Guide](https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_VMSS_for_Azure/Default.htm)

This solution uses the following modules:
- /terraform/azure/modules/common - used for creating a resource group and defining common variables.
Expand Down
3 changes: 2 additions & 1 deletion terraform/gcp/autoscale-into-existing-vpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ These types of Terraform resources are supported:
* [Autoscaler](https://www.terraform.io/docs/providers/google/r/compute_region_autoscaler.html)


See Check Point's documentation for Autoscale (MIG) [here](https://sc1.checkpoint.com/documents/R80.30/WebAdminGuides/EN/CP_R80.30_and_Above_CG_Autoscaling_Managed_Instance_Group_for_GCP/AdminGuide/Content/Overview.htm)
For additional information,
please see the [CloudGuard Network for GCP Autoscaling MIG Deployment Guide](https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_CloudGuard_Network_for_GCP_Autoscaling_MIG/Default.htm)

Terraform is controlled via a very easy to use command-line interface (CLI). Terraform is only a single command-line application: **terraform**.

Expand Down
3 changes: 2 additions & 1 deletion terraform/gcp/autoscale-into-new-vpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ These types of Terraform resources are supported:
* [Autoscaler](https://www.terraform.io/docs/providers/google/r/compute_region_autoscaler.html)


See Check Point's documentation for Autoscale (MIG) [here](https://sc1.checkpoint.com/documents/R80.30/WebAdminGuides/EN/CP_R80.30_and_Above_CG_Autoscaling_Managed_Instance_Group_for_GCP/AdminGuide/Content/Overview.htm)
For additional information,
please see the [CloudGuard Network for GCP Autoscaling MIG Deployment Guide](https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_CloudGuard_Network_for_GCP_Autoscaling_MIG/Default.htm)

This solution uses the following modules:
- /gcp/autoscale-into-existing-vpc
Expand Down
3 changes: 2 additions & 1 deletion terraform/gcp/high-availability/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ These types of Terraform resources are supported:
* [Firewall](https://www.terraform.io/docs/providers/google/r/compute_firewall.html) - conditional creation


See Check Point's documentation for Cluster High Availability (HA) [here](https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_CloudGuard_IaaS_HighAvailabilty_for_GCP/Default.htm)
For additional information,
please see the [CloudGuard Network for GCP High Availability Cluster Deployment Guide](https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_CloudGuard_Network_for_GCP_HA_Cluster/Default.htm)

This solution uses the following modules:
- \gcp\common\network-and-subnet
Expand Down
Loading