From 0df692b4636eb881b1e0d24cfbedab20bb76da4a Mon Sep 17 00:00:00 2001 From: Michele Pagot <101880010+mpagot@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:59:52 +0100 Subject: [PATCH] Sync TOC of each Terraform readme (#194) --- terraform/aws/README.md | 4 +--- terraform/azure/README.md | 4 +--- terraform/gcp/README.md | 3 +-- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/terraform/aws/README.md b/terraform/aws/README.md index c78d99d5..5ecc2a48 100644 --- a/terraform/aws/README.md +++ b/terraform/aws/README.md @@ -3,14 +3,12 @@ * [Quickstart](#quickstart) * [High level description](#high-level-description) * [Customization](#customization) - * [QA deployment](#qa-deployment) - * [Pillar files configuration](#pillar-files-configuration) * [Use already existing network resources](#use-already-existing-network-resources) * [Autogenerated network addresses](#autogenerated-network-addresses) * [Advanced Customization](#advanced-customization) * [Terraform Parallelism](#terraform-parallelism) * [Remote State](#remote-state) - * [AWS catalog images"](#aws-catalog-images) + * [AWS catalog images](#aws-catalog-images) * [How to upload a custom image](#how-to-upload-a-custom-image) * [Troubleshooting](#troubleshooting) diff --git a/terraform/azure/README.md b/terraform/azure/README.md index 2ff725ff..94cb0558 100644 --- a/terraform/azure/README.md +++ b/terraform/azure/README.md @@ -3,8 +3,6 @@ * [Quickstart](#quickstart) * [High level description](#high-level-description) * [Customization](#customization) - * [QA deployment](#qa-deployment) - * [Pillar files configuration](#pillar-files-configuration) * [Use already existing network resources](#use-already-existing-network-resources) * [Autogenerated network addresses](#autogenerated-network-addresses) * [HANA configuration](#hana-configuration) @@ -641,7 +639,7 @@ However using the cloud's native fencing mechanisms is also possible. In the azure implementation this is the "Azure Fence Agent" called `stonith:fence_azure_arm`. -Please read the Microsoft Azure documentation [Create Azure Fence agent STONITH deviceđź”—](https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/sap/high-availability-guide-suse-pacemaker#create-azure-fence-agent-stonith-device) for the detailed steps that are needed in azure. +Please read the Microsoft Azure documentation [Create Azure Fence agent STONITH deviceđź”—](https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/sap/high-availability-guide-suse-pacemaker#create-azure-fence-agent-stonith-device) for the detailed steps that are needed in Azure. Please refer also to the main repo README about requirements needed in the Ansible part. Native fencing can be set per cluster type in `terraform.tfvars`: diff --git a/terraform/gcp/README.md b/terraform/gcp/README.md index 675419d6..409a6108 100644 --- a/terraform/gcp/README.md +++ b/terraform/gcp/README.md @@ -3,9 +3,8 @@ * [Quickstart](#quickstart) * [Highlevel description](#highlevel-description) * [Customization](#customization) - * [QA deployment](#qa-deployment) - * [Pillar files configuration](#pillar-files-configuration) * [Use already existing network resources](#use-already-existing-network-resources) + * [Autogenerated network addresses](#autogenerated-network-addresses) * [Advanced Customization](#advanced-customization) * [Terraform Parallelism](#terraform-parallelism) * [How to upload SAP install sources](#how-to-upload-sap-install-sources)