az login
az account set --subscription="<Azure Subscription Name>"
az ad sp create-for-rbac --role="Contributor" --scopes="/subscriptions/<Azure Subscription ID>" -n Terraform --years 100
User Azure Service Principal create command output to fill value in run.sh
ssh-keygen -b 4096
Fill in demo.tfvars "key_data" with new ssh key public key
terraform init
Check variable in demo.tfvars
chmod u+x run.sh
./run.sh