From 03bb9728ada1e1dbb55180b2d007c73f12e94dd8 Mon Sep 17 00:00:00 2001 From: Joe McCrea Date: Thu, 13 Aug 2020 09:31:03 +0100 Subject: [PATCH] Changed readme from v0.11.7 to v0.12.0 of Terraform. Signed-off-by: Joe McCrea --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 154a2b7e8..6ea84b326 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ $env:AZURE_TENANT_ID="" ### Starting an Environment -First ensure your system has [Terraform](https://www.terraform.io/intro/getting-started/install.html) (Version 0.11.7) installed. +First ensure your system has [Terraform](https://www.terraform.io/intro/getting-started/install.html) (Version 0.12.0) installed. This environment may be used to run your profile against or to run integration tests on it. We are using [Terraform workspaces](https://www.terraform.io/docs/state/workspaces.html) to allow for teams to have completely unique environments without affecting each other.