terraform/examples/aws-elb/userdata.sh

5 lines
76 B
Bash

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