From 5050d23fbb556a627c2f9a9e51e04e263e238994 Mon Sep 17 00:00:00 2001 From: Karsten Bott Date: Thu, 20 Jan 2022 18:14:41 +0100 Subject: [PATCH 1/3] Update README.md --- terraforming-aws/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/terraforming-aws/README.md b/terraforming-aws/README.md index bbec045..a2d30f3 100644 --- a/terraforming-aws/README.md +++ b/terraforming-aws/README.md @@ -1,4 +1,10 @@ -# Terraforming AWS: deploy AVE, DDVE and more from GCP Marketplace +# Terraforming AWS: deploy AVE, DDVE and more from AWS Marketplace + +This Modules ca deply DellEMC PowerProtect DataDomain Virtual Edition and Avamar Virtual edition to AWS using terraform. +Instance Sizes and Disk Count/Size will be auomatically evluated my specifying a ddve_ype and ave_type. + +Individual Moduleswill be called from main by evaluating create_xxx Variables + ## Requirements | Name | Version | @@ -68,6 +74,8 @@ No resources. | [tunnel1\_address](#output\_tunnel1\_address) | The address for the VPN tunnel to configure your local device | | [vpc\_id](#output\_vpc\_id) | The VPC id |### prepare tf environment + +## Usage after cloning the Repo to you local Machine, cd to terraforming-gcp ```bash cd terraforming-dps/terraforming-gcp From a730c2bce23fdea061e7cd83aca3f6af9036c064 Mon Sep 17 00:00:00 2001 From: Karsten Bott Date: Fri, 21 Jan 2022 09:13:48 +0100 Subject: [PATCH 2/3] Update README.md --- terraforming-aws/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/terraforming-aws/README.md b/terraforming-aws/README.md index a2d30f3..82d6c8f 100644 --- a/terraforming-aws/README.md +++ b/terraforming-aws/README.md @@ -76,9 +76,14 @@ No resources. ## Usage +clone into the repo +```bash +git clone --depth 1 -b v19.6.0-aws git@github.com:bottkars/terraforming-dps.git +``` + after cloning the Repo to you local Machine, cd to terraforming-gcp ```bash -cd terraforming-dps/terraforming-gcp +cd terraforming-dps/terraforming-aws ``` From 816a7856402aa60fa622030d0c53030f14bf09d1 Mon Sep 17 00:00:00 2001 From: Karsten Bott Date: Fri, 21 Jan 2022 10:23:45 +0100 Subject: [PATCH 3/3] Update README.md --- terraforming-aws/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/terraforming-aws/README.md b/terraforming-aws/README.md index 82d6c8f..c898d2b 100644 --- a/terraforming-aws/README.md +++ b/terraforming-aws/README.md @@ -96,10 +96,12 @@ Also, when set to fale, required ID´s like vpc, default sg´s or subnet, must b AVE_HOSTNAME = "ave_terraform" DDVE_HOSTNAME = "ddve_terraform" availability_zone = "eu-central-1a" +ave_type = "0.5 TB AVE" create_ave = false create_ddve = false create_networks = false create_s2s_vpn = false +ddve_type = "16 TB DDVE" default_sg_id = "" environment = "" ingress_cidr_blocks = [ @@ -110,6 +112,7 @@ private_subnets_cidr = "" public_subnets_cidr = "" region = "" subnet_id = "" +tags = {} tunnel1_preshared_key = "" vpc_cidr = "" vpc_id = ""