How do we create multiple azure resources such as IaaS using terraform? Is there a way to do a loop?. I am kind of a beginner at this and would appreciate a simple template for the loop.
Also just want to confirm that the configuration file either *.tf or *.tf.json can be placed in the directory where the terraform executable is located. Next from the azure cli the following order: 1) terraform init, 2) terraform plan, 3)terraform apply -auto-approve.