Skip to content

Add container name to static management policy variants

Jon Foss Mikalsen requested to merge static-policy-refactor into master

Adds a requirement to provide the container name when constructing an External or Dynamic static management policy.

Previously, users needed to remember to set the container name through with_container_name on Composition, by adding it on the policy variant there is no chance of missing this detail.

Merge request reports