Skip to content

Commit

Permalink
Change Terraform version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
anastyakulyk committed May 19, 2023
1 parent efe6559 commit 64c8146
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/examples-aws-eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ On this page you will find guidance on how to create an EKS cluster on AWS using

## Prerequisites

1. Terraform version 13+.
1. Terraform version 1.4+.

2. AWS account.

Expand Down
2 changes: 1 addition & 1 deletion docs/examples-aws-k3s.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ On this page you will find guidance on how to create a K3s cluster on AWS using

## Prerequisites

1. Terraform version 13+.
1. Terraform version 1.4+.

2. AWS account.

Expand Down
2 changes: 1 addition & 1 deletion docs/examples-do-k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ On this page you will find guidance on how to create a Kubernetes cluster on Dig

## Prerequisites

1. Terraform version 13+.
1. Terraform version 1.4+.

2. DigitalOcean account.

Expand Down
8 changes: 1 addition & 7 deletions docs/get-started-prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ Required software installed:

## Terraform

Cluster.dev client uses the Terraform binary. The required Terraform version is ~13 or higher. Refer to the [Terraform installation instructions](https://www.terraform.io/downloads.html) to install Terraform.
Cluster.dev client uses the Terraform binary. The required Terraform version is 1.4 or higher. Refer to the [Terraform installation instructions](https://www.terraform.io/downloads.html) to install Terraform.

Terraform installation example for Linux amd64:

```bash
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/
```

0 comments on commit 64c8146

Please sign in to comment.