Updated CLI args, config attributes and blocks
destroy
[BEHAVIOR CHANGE]
Description
- Running
destroy
on a single module will now check fordependency
references that point to that module. If there are any modules that reference the module being destroyed,terragrunt
will warn you with the list of modules that point to the module being destroyed and prompt for a confirmation that you are ok destroying the module. To avoid the prompt and restore previous behavior, you can pass in--terragrunt-non-interactive
.
Special thanks
Special thanks to @denis256 for their contribution!