diff --git a/examples/azure-vm-simple-linux/deploy.sh b/examples/azure-vm-simple-linux/deploy.sh index 8bebe59bd7..f9bdb63c11 100755 --- a/examples/azure-vm-simple-linux/deploy.sh +++ b/examples/azure-vm-simple-linux/deploy.sh @@ -3,7 +3,7 @@ set -o errexit -o nounset # generate a unique string for CI deployment -KEY=$(cat /dev/urandom | tr -cd 'a-f0-9' | head -c 16) +KEY=$(cat /dev/urandom | tr -cd 'a-z' | head -c 16) terraform get