Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 640 Bytes

File metadata and controls

21 lines (14 loc) · 640 Bytes

Terraform Example: architecture/well-architected-terraform-on-azure

Deployable Terraform configuration extracted from the corresponding whitepaper.

Source Document

architecture/well-architected-terraform-on-azure.md

Usage

terraform init -backend=false
terraform validate
terraform plan   # requires Azure credentials

Notes

  • Consolidated from inline code blocks in the whitepaper.
  • Auto-generated placeholder variables may need customization before deploy.
  • Re-run scripts/extract-terraform.ps1 after updating whitepaper Terraform blocks.