Skip to content

Commit

Permalink
Update usage doc
Browse files Browse the repository at this point in the history
  • Loading branch information
containerscrew committed Dec 23, 2023
1 parent 1883062 commit 24d81db
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,16 @@ Then, you will see full plan/apply of terraform and the summarized output with t
The example:
> [!NOTE]
> The following example is using the full output command
```shell
tftools summarize --show-tags --show-unchanged <Documents/plan.json
```
![example](../assets/example.png)
> Terragrunt is also allowed
> Terragrunt is also supported
> [!NOTE]
> If using a pipeline, probably you will not want to see all the output. Update the [tfsum functiojn](//scripts/tfsum.sh) as you need.
Expand Down

0 comments on commit 24d81db

Please sign in to comment.