From 3a1f6810b724a3094a76e402920e5956aa3fb26b Mon Sep 17 00:00:00 2001 From: Giri Kuncoro Date: Tue, 8 May 2018 14:55:52 +0530 Subject: [PATCH] Remove loadbalancer_apiserver binding on readme --- contrib/terraform/aws/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/terraform/aws/README.md b/contrib/terraform/aws/README.md index f62ba44cd..2354deac0 100644 --- a/contrib/terraform/aws/README.md +++ b/contrib/terraform/aws/README.md @@ -25,13 +25,12 @@ export 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. -- Allocate a new AWS Elastic IP. Use this for your `loadbalancer_apiserver_address` value (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 Example: ```commandline -terraform apply -var-file=credentials.tfvars -var 'loadbalancer_apiserver_address=34.212.228.77' +terraform apply -var-file=credentials.tfvars ``` - Terraform automatically creates an Ansible Inventory file called `hosts` with the created infrastructure in the directory `inventory`