Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 2.15 KB

README.md

File metadata and controls

39 lines (29 loc) · 2.15 KB

Azure Terraform Policy Module

Terraform module to create policies with optional assignments and exemptions creation. The module supports a file based approach compatible with the default azure policy definition files.

Type of resources are supported:

Default folder structure

.
├── main.tf
├── variables.tf
├── policy_definitions/
│   ├── policy1.json
│   └── policy2.json
└── policy_assignments/
    └── policy_assignment1.json

For more information on the structure of the role assignment and policy definition files follow these references:

Other resources