hashicorp/install-terraform 1.0.5

Install the Terraform CLI, a tool for building, changing, and versioning infrastructure safely and efficiently

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.5

To install a specific version of the Terraform CLI:

tasks:
  - key: terraform
    call: hashicorp/install-terraform 1.0.5
    with:
      terraform-version: "1.7.3"

For the list of available versions, see the Terraform releases on GitHub:

https://github.com/hashicorp/terraform/releases