Skip to content

Commit

Permalink
#57 updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
khalezin committed May 13, 2021
1 parent 0f989df commit a34c590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,13 +386,13 @@ terragrunt apply -target=module.eks
#### Destroy infrastructure by `terragrunt`
For destroy both layers, run this command from `terraform/` folder:
To destroy both layers, run this command from `terraform/` folder:
```
terragrant run-all destroy
```
For destroy `layer2-k8s`, run this command from `terraform/layare2-k8s` folder:
To destroy `layer2-k8s`, run this command from `terraform/layare2-k8s` folder:
```
terragrunt destroy
Expand Down

0 comments on commit a34c590

Please sign in to comment.