terraform/examples/aws-elb/userdata.sh

3 lines
74 B
Bash

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