Skip to content

Commit 11553de

Browse files
nimisha-gjvjdhama
authored andcommitted
add output for plan command
1 parent bfdc222 commit 11553de

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

content/blog/terragrunt-envs-management.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,23 @@ Here is a high-level overview of the terragrunt workflow:
126126

127127
> We run the command `terragrunt run-all plan` in the root directory.
128128
129+
Output
130+
131+
```bash
132+
22:03:23.710 INFO The stack at . will be processed in the following order for command plan:
133+
Group 1
134+
- Module .
135+
- Module ./production/app
136+
- Module ./production/database
137+
- Module ./production/redis
138+
- Module ./qa/app
139+
- Module ./qa/database
140+
- Module ./qa/redis
141+
- Module ./staging/app
142+
- Module ./staging/database
143+
- Module ./staging/redis
144+
```
145+
129146
This will run the terragrunt plan in each sub directory it finds, Then it reads the `terragrunt.hcl` file in the current directory and does the following:
130147

131148
1. Terragrunt reads the `terraform` block and downloads the specified Terraform module

0 commit comments

Comments
 (0)