github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/examples/aws-eip/README.md (about)

     1  # Elastic IP Example
     2  
     3  The eip example launches a web server, installs nginx. It also creates security group 
     4  
     5  To run, configure your AWS provider as described in https://www.terraform.io/docs/providers/aws/index.html
     6  
     7  Running the example
     8  
     9  run `terraform apply -var 'key_name={your_key_name}'` 
    10  
    11  Give couple of mins for userdata to install nginx, and then type the Elastic IP from outputs in your browser and see the nginx welcome page