Fixed indentation
parent
a817be7b1e
commit
de92ceaeea
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue