Skip to content

aldenvallestero/terraform-azure

Repository files navigation

terraform-azure

🧱 System Architecture

System Architecture

🐾 How to run the program

  1. Install Terraform in your computer.
  2. Install Azure CLI in your computer.
  3. Login your Azure account.
  4. run terraform init from your project root directory to initiate all the files needed.
  5. run terraform plan to identify the changes to resources.
  6. Set sensitive variables by running export TF_VAR_[variable name]="[value]". Existing variable names can be found in variables.tf which does not have default values and are sensitive in nature.
  7. 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.

About

Azure + Terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages