terraform-plan
Version updated for https://github.com/dflook/terraform-plan to version v2.2.3.
- This action is used across all versions by 356 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The terraform-plan GitHub Action automates the process of generating a Terraform plan and, for pull requests, adds a comment with the plan details to the PR. It streamlines infrastructure management by providing visibility into planned changes before applying them, helping teams review and validate infrastructure updates directly within GitHub. Additionally, it supports various customization options for plan generation and integrates seamlessly with other Terraform GitHub Actions like terraform-apply for applying changes.
Release notes
This is one of a suite of terraform related actions - find them at dflook/terraform-github-actions.
You can see the changes for this release in the CHANGELOG
You can specify the action version as:
@v2.2.3to use exactly this release@v2.2to use the latest patch release for the specific minor version@v2to use the latest patch release for the specific major version