From 8a41a7b502cfc02cb6f7cb1fc22b1fadbe78ef27 Mon Sep 17 00:00:00 2001 From: Gaurav Chaturvedi Date: Thu, 21 Jan 2016 17:01:38 +0530 Subject: [PATCH] Removed the extra Braces --- examples/aws-eip/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/aws-eip/README.md b/examples/aws-eip/README.md index 7839f019c..d9ec36d3d 100644 --- a/examples/aws-eip/README.md +++ b/examples/aws-eip/README.md @@ -6,6 +6,6 @@ To run, configure your AWS provider as described in https://www.terraform.io/doc Running the example -run `terraform apply -var 'key_name={your_key_name}}'` +run `terraform apply -var 'key_name={your_key_name}'` Give couple of mins for userdata to insatll nginx, and then type the Elastic IP from outputs in your browser and see the nginx welcome page