terraform-validate
Version updated for https://github.com/dflook/terraform-validate to version v3.0.0.
- This action is used across all versions by 605 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates Terraform validation by running the terraform validate command to check that a Terraform configuration is valid. It can detect and fail builds if the configuration contains syntax errors or other issues before attempting a plan. The action supports specifying workspace, backend configurations, and environment variables for customizing the validation process.
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