From 933d58659f19837b82baeedb754b52f17307155f Mon Sep 17 00:00:00 2001 From: Henrik Fricke Date: Wed, 25 May 2022 15:08:20 +0200 Subject: [PATCH] fix(module composition): delete stack before refactoring (#9) --- 3-module-composition/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/3-module-composition/README.md b/3-module-composition/README.md index d0fdd44..b800a57 100644 --- a/3-module-composition/README.md +++ b/3-module-composition/README.md @@ -4,7 +4,8 @@ The previous lab introduced a third-party module to easily deploy a Lambda funct ## Custom Modules -1. Create new folders: +1. Before we start with the refactoring, make sure you deleted the existing stack by running `terraform destroy`. Confirm the command with `yes`. +2. Create new folders: ```sh mkdir modules mkdir modules/api