Azure Azure - Terraform templates

Project Setup

Last updated: November 28, 2024
Setup your Terraform Project for Azure Infrastructure

Head to Github and clone the project from the repo https://github.com/acelina/tf-azure-template.

Then follow the steps:

  1. In the credentials folder, create a file secrets.tfvars with the content same as in secrets-templates.tfvars and replace the values with your own credentials.
  2. Run terraform init --var-file=./credentials/secrets.tfvars to initialize terraform
  3. (optional) Setup your terraform state file storage - details on:
  4. Now you can start working on your solution



Further reading