From d8f658860fd793737fe27bb1939171e07063a86e Mon Sep 17 00:00:00 2001 From: danhe Date: Mon, 4 Mar 2024 15:20:51 +0200 Subject: [PATCH] fix broken links in Azure Terraform VMSS readme --- terraform/azure/vmss-existing-vnet/README.md | 2 +- terraform/azure/vmss-new-vnet/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/azure/vmss-existing-vnet/README.md b/terraform/azure/vmss-existing-vnet/README.md index ccc6c3bf..289122ae 100755 --- a/terraform/azure/vmss-existing-vnet/README.md +++ b/terraform/azure/vmss-existing-vnet/README.md @@ -6,7 +6,7 @@ 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) +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-Azure-VMSS/Additional-Information.htm) This solution uses the following modules: - /terraform/azure/modules/common - used for creating a resource group and defining common variables. diff --git a/terraform/azure/vmss-new-vnet/README.md b/terraform/azure/vmss-new-vnet/README.md index 6d604508..29de73cf 100755 --- a/terraform/azure/vmss-new-vnet/README.md +++ b/terraform/azure/vmss-new-vnet/README.md @@ -8,7 +8,7 @@ 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) +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-Azure-VMSS/Additional-Information.htm) This solution uses the following modules: - /terraform/azure/modules/common - used for creating a resource group and defining common variables.