github hashicorp/terraform-plugin-framework-validators v0.7.0

latest releases: v0.12.0, v0.11.0, v0.10.0...
19 months ago

BREAKING CHANGES:

  • all: Migrated implementations to support terraform-plugin-framework version 0.17.0 datasource/schema, provider/schema, and resource/schema packages with type-specific validation (#80)
  • listvalidator: The ValuesAre validator has been removed and split into element type-specific validators in the same package, such as StringValuesAre (#80)
  • mapvalidator: The ValuesAre validator has been removed and split into element type-specific validators in the same package, such as StringValuesAre (#80)
  • metavalidator: The All and Any validators have been removed and split into type-specific packages, such as stringvalidator.Any (#80)
  • schemavalidator: The AlsoRequires, AtLeastOneOf, ConflictsWith, and ExactlyOneOf validators have been removed and split into type-specific packages, such as stringvalidator.ConflictsWith (#80)
  • setvalidator: The ValuesAre validator has been removed and split into element type-specific validators in the same package, such as StringValuesAre (#80)

FEATURES:

  • boolvalidator: New package which contains boolean type specific validators (#80)
  • objectvalidator: New package which contains object type specific validators (#80)

Don't miss a new terraform-plugin-framework-validators release

NewReleases is sending notifications on new releases.