github.com/nbering/terraform@v0.8.5-0.20170113232247-453f670684b5/examples/aws-asg/userdata.sh (about)

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