Skip to main content
Version: Next

Terraform Modules

Reference Azure

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

ModulePurposeRepository
azurelocal-toolkitAzure Local landing zoneGitHub
azurelocal-toolkit (cicd-runner)CI/CD runner infrastructureGitHub

Module Usage

module "azure_local" {
source = "git::https://github.com/AzureLocal/azurelocal-toolkit.git"

# Module variables
# ...
}

Content to be added.