File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 4343 working-directory : ./example
4444
4545 - name : summary in table format
46- run : |
47- rm -rf tf-summarize-table-output.md
48- echo "## tf-summarize output:" > tf-summarize-table-output.md
49- echo "" >> tf-summarize-table-output.md
50- terraform show -json tfplan | tf-summarize >> tf-summarize-table-output.md
46+ run : terraform show -json tfplan | tf-summarize
5147 working-directory : ./example
5248
5349 - name : summary in tree format
6258 run : terraform show -json tfplan | tf-summarize -tree -draw
6359 working-directory : ./example
6460
61+ - name : summary in draw table format
62+ run : |
63+ rm -rf tf-summarize-table-output.md
64+ echo "## tf-summarize output:" > tf-summarize-table-output.md
65+ echo "" >> tf-summarize-table-output.md
66+ terraform show -json tfplan | tf-summarize -md >> tf-summarize-table-output.md
67+ working-directory : ./example
68+
6569 - name : Create comment with terraform plan summary
6670 uses : peter-evans/create-or-update-comment@v2
6771 with :
You can’t perform that action at this time.
0 commit comments