From ca6c5e2a6a46cfce1afbd0ce08c51c8addac0593 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=94=90=E8=B6=85?= <mchina_tang@qq.com>
Date: Wed, 5 Sep 2018 17:41:34 +0800
Subject: [PATCH] terraform.tfvars.example is not correct, remove.

---
 contrib/terraform/aws/README.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/contrib/terraform/aws/README.md b/contrib/terraform/aws/README.md
index 709d0633f..e677869d6 100644
--- a/contrib/terraform/aws/README.md
+++ b/contrib/terraform/aws/README.md
@@ -22,8 +22,6 @@ export TF_VAR_AWS_SECRET_ACCESS_KEY ="xxx"
 export TF_VAR_AWS_SSH_KEY_NAME="yyy"
 export TF_VAR_AWS_DEFAULT_REGION="zzz"
 ```
-- Rename `contrib/terraform/aws/terraform.tfvars.example` to `terraform.tfvars`
-
 - Update `contrib/terraform/aws/terraform.tfvars` with your data. By default, the Terraform scripts use CoreOS as base image. If you want to change this behaviour, see note "Using other distrib than CoreOs" below.
 - Create an AWS EC2 SSH Key
 - Run with `terraform apply --var-file="credentials.tfvars"` or `terraform apply` depending if you exported your AWS credentials
-- 
GitLab