github.com/subuk/terraform@v0.6.14-0.20160317140351-de1567c2e732/examples/aws-asg/userdata.sh (about)

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