Skip to content

Commit

Permalink
Fix formatting of Readme in aws-elb example
Browse files Browse the repository at this point in the history
  • Loading branch information
Radek Simko committed Sep 8, 2015
1 parent 279eacc commit 6cf198b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aws-elb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6cf198b

Please sign in to comment.