Create modules of policies
Opened this issue · 0 comments
samy-dougui commented
Naming
A "module" (group of policy) of policy should be called a policies
Requirements
- policies should have a source path
- variables should be passed in the block
Design example
policies "azure_container_storage"{
source = "path/to/policies"
foo=bar
}