tmknom/Setup Terraform

This action sets up [Terraform CLI](https://www.terraform.io/) and [tfcmt](https://github.com/suzuki-shunsuke/tfcmt) in your GitHub Actions workflow by: - Installing a specified version of Terraform CLI and tfcmt - Verifying the authenticity and integrity of the downloaded binaries to prevent tampering - Setting the `TF_PLUGIN_CACHE_DIR` environment variable to enable the plugin cache This enables Terraform CLI commands to execute just like they do on your local environment. Additionally, tfcmt simplifies commenting on the results of Terraform CLI commands in pull requests. ## Usage ```yaml steps: - name: Setup Terraform uses: tmknom/setup-terraform-action@v0 with: terraform-version: 1.2.3 tfcmt-version: 4.14.0 ```

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
terraform-versionThe version of Terraform CLI to install.nolatest
terraform-version-filePath to the Terraform version file, such as `.terraform-version`.no
tfcmt-versionThe version of tfcmt to install.nolatest

no outputs