terraform-version
Version updated for https://github.com/dflook/terraform-version to version v2.2.3.
- This action is used across all versions by 24 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The terraform-version GitHub Action determines the appropriate version of Terraform and its providers for a given root module by analyzing various configuration sources such as required_version, .tfswitchrc, .terraform-version, and workspace settings. It automates the process of version discovery, ensuring compatibility and consistency across workflows. This action is particularly useful for managing Terraform versioning dynamically and outputs the determined versions for use in subsequent workflow steps.
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