github.com/loicalbertin/terraform@v0.6.15-0.20170626182346-8e2583055467/examples/aws-asg/userdata.sh (about)

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