generate random string for hostname

This commit is contained in:
Scott Nowicki 2017-04-19 12:35:51 -05:00
parent 3ce7a2499a
commit 832ab98094
1 changed files with 3 additions and 1 deletions

View File

@ -2,9 +2,11 @@
set -o errexit -o nounset
HOSTNAME=$(cat /dev/urandom | tr -cd 'a-f0-9' | head -c 16)
terraform get
terraform plan
terraform apply
terraform apply HOSTNAME
# echo "Setting git user name"
# git config user.name $GH_USER_NAME