🐾 How to run the program
- Install Terraform in your computer.
- Install Azure CLI in your computer.
- Login your Azure account.
- run
terraform init
from your project root directory to initiate all the files needed. - run
terraform plan
to identify the changes to resources. - Set sensitive variables by running
export TF_VAR_[variable name]="[value]"
. Existing variable names can be found invariables.tf
which does not have default values and are sensitive in nature. - Lastly run
terraform apply -auto-approve
in order to commit and push the changes to your Azure resources.
Resources used in this repository are free of charge.