From 42308bd0dd3d51e1100caf6a2457bb261b45703b Mon Sep 17 00:00:00 2001 From: Jim Enright Date: Thu, 19 Oct 2023 15:59:09 +0100 Subject: [PATCH] Update top level README Signed-off-by: Jim Enright --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0353726..828222c 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,12 @@ This repository contains a number of Terraform modules for creation of the pre-r ## Modules -* For AWS pre-requisite Cloud resources see [terraform-cdp-aws-prereqs](modules/terraform-cdp-aws-pre-reqs/README.md). -* For Azure pre-requisite Cloud resources see [terraform-cdp-azure-prereqs](modules/terraform-cdp-azure-pre-reqs/README.md). -* For deployment of CDP on Azure or AWS see [terraform-cdp-deploy](modules/terraform-cdp-deploy/README.md). +| Module name | Description | +| ----------- | ----------- | +| [terraform-cdp-aws-prereqs](modules/terraform-cdp-aws-pre-reqs/README.md) | For all AWS pre-requisite Cloud resources | +| [terraform-cdp-azure-prereqs](modules/terraform-cdp-azure-pre-reqs/README.md) | For all Azure pre-requisite Cloud resources | +| [terraform-cdp-deploy](modules/terraform-cdp-deploy/README.md) | For deployment of CDP on Azure or AWS see | +| [terraform-aws-vpc](modules/terraform-aws-vpc/README.md) | Standalone module for creation of the VPC on AWS. | Each module contains Terraform resource configuration and example variable definition files.