We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f989df commit a34c590Copy full SHA for a34c590
README.md
@@ -386,13 +386,13 @@ terragrunt apply -target=module.eks
386
387
#### Destroy infrastructure by `terragrunt`
388
389
-For destroy both layers, run this command from `terraform/` folder:
+To destroy both layers, run this command from `terraform/` folder:
390
391
```
392
terragrant run-all destroy
393
394
395
-For destroy `layer2-k8s`, run this command from `terraform/layare2-k8s` folder:
+To destroy `layer2-k8s`, run this command from `terraform/layare2-k8s` folder:
396
397
398
terragrunt destroy
0 commit comments