Deployable Terraform configuration extracted from the corresponding whitepaper.
architecture/well-architected-terraform-on-azure.md
terraform init -backend=false
terraform validate
terraform plan # requires Azure credentials- Consolidated from inline code blocks in the whitepaper.
- Auto-generated placeholder variables may need customization before deploy.
- Re-run
scripts/extract-terraform.ps1after updating whitepaper Terraform blocks.