Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 574 Bytes

File metadata and controls

20 lines (13 loc) · 574 Bytes

Terraform Example: security/zero-trust-architecture

Curated, deployable Terraform configuration for the corresponding whitepaper.

Source Document

security/zero-trust-architecture-with-azure-services.md

Usage

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

Notes

  • Hand-maintained curated example demonstrating core patterns from the whitepaper.
  • Protected by .curated marker — not overwritten by extract-terraform.ps1.