hashicorp/install-terraform 1.0.7
Install the Terraform CLI, a tool for building, changing, and versioning infrastructure safely and efficiently
Issue Tracker
Parameters
Parameter
Required
Default
Description
terraform-version
latest
Version of Terraform to install
README.md
To install the latest version of the Terraform CLI:
tasks:
- key: terraform
call: hashicorp/install-terraform 1.0.7
To install a specific version of the Terraform CLI:
tasks:
- key: terraform
call: hashicorp/install-terraform 1.0.7
with:
terraform-version: "1.7.3"
For the list of available versions, see the Terraform releases on GitHub: