sue445/terraform-plan-changes-count

Action to count changes in `terraform plan`

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
plan-pathPath to plan report file. Pass same path as the one provided in `terraform plan -out`. yes
working-directoryWorking directory to running terraform command no${{ github.workspace }}
namedescription
createCount of create resources in plan-path
updateCount of update resources in plan-path
deleteCount of delete resources in plan-path
totalCount of total resources in plan-path (same to create + update + delete)