From 6cf198b70b2835c85f0921889d23e0c798146a58 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Tue, 8 Sep 2015 12:32:50 +0100 Subject: [PATCH] Fix formatting of Readme in aws-elb example --- examples/aws-elb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/aws-elb/README.md b/examples/aws-elb/README.md index 6308c973a..2451a72c8 100644 --- a/examples/aws-elb/README.md +++ b/examples/aws-elb/README.md @@ -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