Skip to content

Commit

Permalink
add output for plan command
Browse files Browse the repository at this point in the history
  • Loading branch information
nimisha-gj committed Nov 3, 2024
1 parent b3e3636 commit 9d07f17
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions content/blog/terragrunt-envs-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,23 @@ Here is a high-level overview of the terragrunt workflow:

> We run the command `terragrunt run-all plan` in the root directory.
Output

```bash
22:03:23.710 INFO The stack at . will be processed in the following order for command plan:
Group 1
- Module .
- Module ./production/app
- Module ./production/database
- Module ./production/redis
- Module ./qa/app
- Module ./qa/database
- Module ./qa/redis
- Module ./staging/app
- Module ./staging/database
- Module ./staging/redis
```

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:

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

0 comments on commit 9d07f17

Please sign in to comment.