Skip to content
🧪 The terragrunt-v1 docs are open for feedback! 🧪
This site will eventually replace the terragrunt.io site.
To give feedback on your experience with the new docs, click here.

clean

Usage

Running `terragrunt stack clean` removes the `.terragrunt-stack` directory, which is generated by the `terragrunt stack generate` or `terragrunt stack run` commands.

This can be useful when you need to remove generated configurations or troubleshoot issues.

Examples

Remove all auto-generated `.terragrunt-stack` directories created by `stack` commands.

Terminal window
terragrunt stack clean