-
-
Notifications
You must be signed in to change notification settings - Fork 995
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Reorganizing the features section of the docs #3640
base: main
Are you sure you want to change the base?
Conversation
5f812d6
to
396a898
Compare
396a898
to
a11bbad
Compare
|
||
**Note:** During `destroy` runs, Terragrunt will try to find all dependent units and show a confirmation prompt with a list of detected dependencies. This is because Terragrunt knows that once resources in a dependency is destroyed, any commands run on dependent units may fail. For example, if `destroy` was called on the `redis` unit, you'll be asked for confirmation, as the `backend-app` depends on `redis`. You can avoid the prompt by using `--terragrunt-non-interactive`. | ||
|
||
## Visualizing the DAG |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is DAG a universal enough acronym to use without nearby definition?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I referenced the entry in the terminology up above:
https://github.com/gruntwork-io/terragrunt/pull/3640/files/27bd5c1209ad7ac2ca79dd42764ba605da2efe6d#diff-06b0593a1f8fd955ca3da66bc777edf4baf32a5c821014ca7bd42e74786b88b6R179
Do you think I'm better off linking to it everywhere?
Description
Reoganizes the
Features
section of the docs.It reduces the emphasis on "DRY", and focuses more on the modern features of Terragrunt that make it a good orchestrator.
TODOs
Read the Gruntwork contribution guidelines.
Release Notes (draft)
Updated
Features
section of docs.