Skip to content

v3: Framework v1 support

Choose a tag to compare

@dcarbone dcarbone released this 28 Jan 00:23
· 58 commits to main since this release
f02c46f

Breaking Changes

Due to drastic changes between v0.15 and v1 of the framework, V3 of these utils are not backwards compatible with v2.

For details on what changed in the framework itself that necessitated these changes, see the following release notes from the framework repo itself:

Validator Changes

  • The validation.AttributeValidator type has been replaced with the validation.Generic type that can be applied to any terraform type for validation
  • The validation.TestFunc function signature has changed to support the use of the added "Generic" types.