Skip to content

Commit

Permalink
Explain how to run terragrunt destroy (#404)
Browse files Browse the repository at this point in the history
* explain how to run terragrunt destroy

* typo
  • Loading branch information
phbnf authored Dec 9, 2024
1 parent cfc5fe2 commit 61c87a3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion deployment/live/aws/codelab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,9 @@ endpoint.
> [!IMPORTANT]
> Do not forget to delete all the resources to avoid incuring any further cost
> when you're done using the log. The easiest way to do this, is to [close the account](https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-closing.html).
> when you're done using the log. The easiest way to do this, is to [close the account](https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-closing.html).
> If you prefer to delete the resources with `terragrunt destroy`, bear in mind
> that this command might not destroy all the resources that were created (like
> the S3 bucket or DynamoDB instance Terraform created to store its state for
> instance). If `terragrunt destroy` shows no output, run
> `terragrunt destroy --terragrunt-log-level debug --terragrunt-debug`.

0 comments on commit 61c87a3

Please sign in to comment.