Specify Terraform version for stacks CLI (#35933)

pull/35938/head
Rose M Koron 1 year ago committed by GitHub
parent 407f208808
commit 042a4d90c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,6 +7,10 @@ description: The terraform-stacks-cli is a command-line tool for validating, ini
The `terraform-stacks-cli` is a command-line tool for validating, initializing, and testing Stack configurations.
## Requirements
The `terraform-stacks-cli` requires an `alpha` version of Terraform, and you must use at least version `terraform_1.10.0-alpha20241009` or higher. You can download an `alpha` version of Terraform on the [releases page](https://releases.hashicorp.com/terraform/). We recommend downloading the latest alpha version of Terraform to use the most up-to-date functionality.
## Installation
To install the `terraform-stacks-cli`, you can download it directly [on the HashiCorp releases page](https://releases.hashicorp.com/tfstacks) or install it with one of the following package managers: Homebrew, Debian/Ubuntu, CentOS/RHEL, Fedora, or Amazon Linux.

Loading…
Cancel
Save