github.com/atsaki/terraform@v0.4.3-0.20150919165407-25bba5967654/examples/aws-asg/userdata.sh (about)

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