From a34c5908511be940fde51c851884f96ca901e21f Mon Sep 17 00:00:00 2001 From: Khalezin Dmitrii Date: Thu, 13 May 2021 10:19:08 +0300 Subject: [PATCH] #57 updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b489f1c7..9f08a59d 100644 --- a/README.md +++ b/README.md @@ -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