terraform-validate
Version updated for https://github.com/dflook/terraform-validate to version v2.2.3.
- This action is used across all versions by 583 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The terraform-validate GitHub Action automates the validation of Terraform configurations by running the terraform validate command to ensure they are syntactically and structurally correct. It helps catch errors in Terraform code early in the development process by failing the build and adding GitHub checks when invalid configurations are detected. This action simplifies pre-deployment validation workflows, ensuring reliable and error-free Terraform configurations.
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