Terraform Modules
DOCUMENT CATEGORY: Reference SCOPE: Terraform infrastructure-as-code modules PURPOSE: Document reusable Terraform modules for Azure Local MASTER REFERENCE: Terraform Azure Provider
Status: Draft
Overview
Reusable Terraform modules for deploying Azure infrastructure supporting Azure Local.
Available Modules
| Module | Purpose | Repository |
|---|---|---|
| azurelocal-toolkit | Azure Local landing zone | GitHub |
| azurelocal-toolkit (cicd-runner) | CI/CD runner infrastructure | GitHub |
Module Usage
module "azure_local" {
source = "git::https://github.com/AzureLocal/azurelocal-toolkit.git"
# Module variables
# ...
}
Content to be added.