Create three Linux virtual machines in Azure using Terraform.
Step 1. Text goes here.
terraform -chdir=terraform init
Step 2. Text goes here.
terraform -chdir=terraform apply -auto-approve
Step 3. Text goes here.
ansible-playbook ansible/playbook.yaml -i ansible/inventory.yaml --ssh-common-args='-o StrictHostKeyChecking=no'