samy-dougui/ptf

Create modules of policies

Opened this issue · 0 comments

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
}