This is to learn basic terraform from free code camp by making a dev envrionment using linux vm
az login
terraform init
terraform fmt
terraform plan
terraform apply /////// -auto-approve, -refresh-only
terraform destroy /////// -auto-approve
terraform state list
terraform state show
ssh -i~/.ssh/mtcazurekey adminuser@
terraform apply -replace
lsb_release -a