Prerequisites ¶
To start using Cluster.dev please make sure that you comply with the following preconditions.
Supported operation systems:
-
Linux amd64
-
Darwin amd64
Required software installed:
-
Git console client
-
Terraform
Terraform ¶
Cluster.dev client uses the Terraform binary. The required Terraform version is ~13 or higher. Refer to the Terraform installation instructions to install Terraform.
Terraform installation example for Linux amd64:
curl -O https://releases.hashicorp.com/terraform/0.14.7/terraform_0.14.7_linux_amd64.zip
unzip terraform_0.14.7_linux_amd64.zip
mv terraform /usr/local/bin/