Project Setup
Last updated: November 28, 2024Setup 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:
Head to Github and clone the project from the repo https://github.com/acelina/tf-azure-template.
Then follow the steps:
- 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.
- Run terraform init --var-file=./credentials/secrets.tfvars to initialize terraform
- (optional) Setup your terraform state file storage - details on:
- Now you can start working on your solution
Further reading