Skip to content

v0.1.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Apr 18:10
· 23 commits to main since this release

ENHANCEMENTS:

  • Add associated external types for Bool, Float64, Int64, Number, and String Attributes for data sources, provider, and resources (#62)
  • Add associated external type for list, map, object, and set attributes (#65)
  • Add CustomPlanModifiers type and CustomPlanModifiers() function to bool, float64, int64, list, map, number, object, set, and string plan modifier types (#77)
  • Add CustomValidators type and CustomValidators() function to bool, float64, int64, list, map, number, object, set, and string validator types (#77)
  • Add CustomDefault() function to list, map, number, object, and set default types (#77)
  • Added Description, MarkdownDescription and DeprecationMessage string fields to all schemas (#81)

BUG FIXES:

  • schema: Remove Framework-specific requires_replace and use_state_for_unknown plan modifiers from specification which are unused during code generation, use custom plan modifiers instead (#84)