Skip to content

devwithkrishna/azure-terraform-modules

Repository files navigation

Azure Terraform Modules

This repository contains Terraform modules designed to help manage and automate the provisioning of Azure cloud resources. Each module is crafted to follow best practices and make it easier to create, configure, and manage specific Azure services in a reusable manner.

Report an Issue

If you encounter any issues, please report them on the Issues page.

Available Modules

  • api-management: Located in api-management/
  • log-analytics-workspace: Located in log-analytics-workspace/
  • storage-account: Located in storage-account/
  • virtual-network: Located in virtual-network/
  • vmss-linux: Located in vmss-linux/

Project Directory Structure

.
├─ README.md
├─ api-management
│   ├─ README.md
│   ├─ apim.tf
│   ├─ output.tf
│   └─ variables.tf
├─ log-analytics-workspace
│   ├─ README.md
│   ├─ loganalytics.tf
│   ├─ output.tf
│   ├─ providers.tf
│   └─ variables.tf
├─ storage-account
│   ├─ README.md
│   ├─ output.tf
│   ├─ providers.tf
│   ├─ storageaccount.tf
│   └─ variables.tf
├─ virtual-network
│   ├─ README.md
│   ├─ nsg.tf
│   ├─ output.tf
│   ├─ providers.tf
│   ├─ variables.tf
│   └─ vnet.tf
└─ vmss-linux
    ├─ README.md
    ├─ cloudinit.conf
    ├─ data.tf
    ├─ load_balancer.tf
    ├─ outputs.tf
    ├─ providers.tf
    ├─ variables.tf
    └─ vmss.tf

5 directories, 29 files