terraform-plan
Version updated for https://github.com/dflook/terraform-plan to version v3.0.0.
- This action is used across all versions by 369 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This Terraform action generates and optionally comments on a plan for a given Terraform project. It supports PRs by adding comments with the generated plan, automating the creation of plans for other events, and providing options to customize variables, backend configurations, and resource targeting. The action is part of a suite of actions for managing Terraform projects in GitHub Actions.
What’s Changed
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:
@v3.0.0to use exactly this release@v3.0to use the latest patch release for the specific minor version@v3to use the latest patch release for the specific major version