Skip to content

2.9.0

Compare
Choose a tag to compare
@gettek gettek released this 16 Feb 13:58
· 3 commits to main since this release
5edec4f

What's Changed

ENHANCEMENTS:

  • Most requested: Re-using the same policy definition multiple times in an initiative (#97 / #67 / #40 / #37)
    • see the initiative README
  • Lifecycle replacement triggers for Policy Set Definition member updates (#94 / #50 / #36)
    • adding/removing definitions from a set or updating definition parameters would often cause the resource manager API to complain
    • Note: this may introduce a breaking change to existing builds in which case redeployment of sets and set_assignments will be required
    • requires terraform >= 1.4

FEATURES:

  • Dynamically build initiative non-compliance messages based off values present in the definition, in order of:
    • metadata.non_compliance_message, description, display_name
    • Default message: Flagged by Policy: <policy_name>

UPDATES: