Skip to content

Commit e6f434a

Browse files
committed
clarify README usage examples
1 parent f90ca73 commit e6f434a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ terraputs -state "$(terraform show -json)" -heading "Terraform Outputs"
4242
# directly from terraform, consider:
4343
terraform show -json | terraputs -heading "Terraform Outputs"
4444
45-
# or read a tfstate file from the filesystem:
46-
terraputs < terraform.tfstate
45+
# or read a tfstate JSON file from the filesystem:
46+
terraform show -json > show.json
47+
terraputs < show.json
4748
```
4849

4950
### Results examples

0 commit comments

Comments
 (0)