Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/content/terraform/howtos/modifyingPolicyAssets.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,13 @@ management_groups:
```

Once you have done this, you can deploy the ALZ module, specifying the `architecture_name` variable to point to your custom architecture definition.

## definitionVersion override limitation

{{< hint type="warning" >}}
The policy assignment override flow does not currently support `definitionVersion` overrides.

If a specific `definitionVersion` is required, create a custom policy assignment asset in your custom library and replace the built-in assignment using an archetype override.
{{< /hint >}}

For cloud-specific version requirements, create a custom policy assignment asset in your custom library and replace the built-in assignment using an archetype override.
Loading