Fix formatting of Readme in aws-elb example

This commit is contained in:
Radek Simko 2015-09-08 12:32:50 +01:00
parent 279eacc89e
commit 6cf198b70b
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ To run, configure your AWS provider as described in https://www.terraform.io/doc
Run this example using:
terraform apply -var 'key_name={your_key_name}}'
terraform apply -var 'key_name=YOUR_KEY_NAME'
Wait a couple of minutes for the EC2 userdata to install nginx, and then type the ELB DNS Name from outputs in your browser and see the nginx welcome page