We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90ca73 commit e6f434aCopy full SHA for e6f434a
README.md
@@ -42,8 +42,9 @@ terraputs -state "$(terraform show -json)" -heading "Terraform Outputs"
42
# directly from terraform, consider:
43
terraform show -json | terraputs -heading "Terraform Outputs"
44
45
-# or read a tfstate file from the filesystem:
46
-terraputs < terraform.tfstate
+# or read a tfstate JSON file from the filesystem:
+terraform show -json > show.json
47
+terraputs < show.json
48
```
49
50
### Results examples
0 commit comments