Fixed indentation

pull/758/head
Tom English 2023-12-21 18:59:06 -05:00
parent a817be7b1e
commit de92ceaeea
1 changed files with 56 additions and 56 deletions

View File

@ -163,7 +163,7 @@ cat > ${instance}-csr.json <<EOF
} }
EOF EOF
EXTERNAL_IP=$(az vm show --name worker-0 -d --query publicIps -o tsv) EXTERNAL_IP=$(az vm show --name ${instance} -d --query publicIps -o tsv)
INTERNAL_IP=$(az vm show --name ${instance} -d --query privateIps -o tsv) INTERNAL_IP=$(az vm show --name ${instance} -d --query privateIps -o tsv)