From 146c5504bb7775b02cabf2234c6ab444c0ace5bf Mon Sep 17 00:00:00 2001 From: Henrik Fricke Date: Wed, 25 May 2022 15:07:36 +0200 Subject: [PATCH] fix(module composition): delete stack before refactoring --- 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