https://github.com/data-tangles/terraform-azure
Collection of Terraform modules for Azure
https://github.com/data-tangles/terraform-azure
azure terraform
Last synced: 2 months ago
JSON representation
Collection of Terraform modules for Azure
- Host: GitHub
- URL: https://github.com/data-tangles/terraform-azure
- Owner: data-tangles
- License: mit
- Created: 2023-01-14T13:40:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-04-23T11:14:14.000Z (2 months ago)
- Last Synced: 2026-04-23T13:19:32.353Z (2 months ago)
- Topics: azure, terraform
- Language: HCL
- Homepage:
- Size: 465 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.terraform.io/)
[](https://azure.microsoft.com/)
[](https://github.com/renovatebot/renovate)
# Terraform Azure
This repo contains various Terraform modules for common services in Azure.
## 📂 Repository structure
The Git repository contains the following directories:
```sh
📁 labs # these are lab environments composed of multiple modules
📁 modules # these are common Azure Terraform Modules
📁 production # these are modules specific to my own environment
```
## Getting Started
1. Clone this repo locally
2. Install Terraform for the appropriate operating sytem on which you will be running the tool. Instructions [here](https://developer.hashicorp.com/terraform/downloads)
3. Change the values in the `terraform.tfvars` file to your own values and run the `terraform init`, `plan` and `apply` CLI commands
## Extra Notes
I run my Terraform using GitHub Actions and commit my encrypted tfvars file into my git repository. I use SOPS for encrypting the variables. More information on how to use SOPS can be found at the following link: https://github.com/getsops/sops