Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 662 Bytes

File metadata and controls

21 lines (14 loc) · 662 Bytes

Terraform Example: architecture/operationalizing-azure-monitoring

Deployable Terraform configuration extracted from the corresponding whitepaper.

Source Document

architecture/operationalizing-azure-monitoring-observability.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.