Skip to content

Commit

Permalink
fix(module composition): delete stack before refactoring (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikFricke authored May 25, 2022
1 parent 3b2ec4f commit 933d586
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 3-module-composition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 933d586

Please sign in to comment.