Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #51 from sryabkov/update-tf-ver-in-readme
Browse files Browse the repository at this point in the history
Update min required version of TF in example READMEs
  • Loading branch information
robmorgan authored Jul 8, 2019
2 parents 05e3d5b + 3a0f2b3 commit ea5c97e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/gke-private-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Currently, you cannot use a proxy to reach the cluster master of a regional clus

## How do you run these examples?

1. Install [Terraform](https://learn.hashicorp.com/terraform/getting-started/install.html) v0.10.3 or later.
1. Install [Terraform](https://learn.hashicorp.com/terraform/getting-started/install.html) v0.12.0 or later.
1. Open `variables.tf` and fill in any required variables that don't have a default.
1. Run `terraform get`.
1. Run `terraform plan`.
Expand Down
2 changes: 1 addition & 1 deletion examples/gke-public-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ your new zones are within the region your cluster is present in.

## How do you run these examples?

1. Install [Terraform](https://learn.hashicorp.com/terraform/getting-started/install.html) v0.10.3 or later.
1. Install [Terraform](https://learn.hashicorp.com/terraform/getting-started/install.html) v0.12.0 or later.
1. Open `variables.tf`, and fill in any required variables that don't have a default.
1. Run `terraform get`.
1. Run `terraform plan`.
Expand Down

0 comments on commit ea5c97e

Please sign in to comment.