Azure Policy-as-Code Pattern Documentation
This page is an index of Bicep/Terraform coding patterns used in repo globalbao/azure-policy-as-code
Terraform/AzureRM Patterns
Image below to be updated
- Using count and count.index to create multiple custom azure policy definitions
- Passing outputs between modules for custom policy definitions created using count
- Using a data source to lookup built-in policy definition ids based on a variable list of display names
- WIP
Bicep/ARM Template Patterns
Image below to be updated
- WIP