Skip to content

Commit

Permalink
Moved destroy operation to separated section (#3074)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis256 committed Apr 19, 2024
1 parent 4726fc3 commit 945145b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ To save the plan, use the `--terragrunt-out-dir` flag (or `TERRAGRUNT_OUT_DIR` e
```sh
terragrunt run-all plan --terragrunt-out-dir /tmp/tfplan
terragrunt run-all apply --terragrunt-out-dir /tmp/tfplan
terragrunt run-all destroy --terragrunt-out-dir /tmp/tfplan
```

For planning a destroy operation, use the following commands:
Expand Down

0 comments on commit 945145b

Please sign in to comment.