Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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.