terraform-plan-changes-count
Version updated for https://github.com/sue445/terraform-plan-changes-count to version v0.1.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The terraform-plan-changes-count GitHub Action analyzes a Terraform plan file to count the number of resource changes (create, update, delete) and provides these counts as outputs. It automates the process of quantifying infrastructure modifications, helping users assess the impact of changes and integrate this validation into CI/CD workflows. This action is especially useful for tasks like conditional logic in pipelines, such as auto-merging pull requests when no infrastructure changes are detected.
Release notes
What’s Changed
:pencil: Other Changes
- Impl terraform-plan-changes-count by @sue445 in https://github.com/sue445/terraform-plan-changes-count/pull/1
- Write doc by @sue445 in https://github.com/sue445/terraform-plan-changes-count/pull/2
New Contributors
- @sue445 made their first contribution in https://github.com/sue445/terraform-plan-changes-count/pull/1
Full Changelog: https://github.com/sue445/terraform-plan-changes-count/commits/v0.1.0