github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/examples/aws-asg/userdata.sh (about)

     1  #!/bin/bash -v
     2  apt-get update -y
     3  apt-get install -y nginx > /tmp/nginx.log