Skip to content

Releases: hashicorp/terraform-plugin-codegen-framework

v0.4.0

16 May 15:54
Compare
Choose a tag to compare

ENHANCEMENTS:

  • schema: Added Description, MarkdownDescription and DeprecationMessage fields to resource, data source and provider schemas (#112)

BUG FIXES:

  • schema: Fixed the generated object value method for map_nested and set_nested (#125)
  • Fix ToObjectValue function for nested objects for null or unknown values (#138)

v0.3.1

22 Nov 15:50
Compare
Choose a tag to compare

BUG FIXES:

  • schema: Prevent compilation errors due to the generation of unused variables (#93)

v0.3.0

14 Nov 17:12
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Adds code generation for List, Map, Object, and Set attributes that have an associated external type (#75)

BUG FIXES:

  • Fix nested attribute name and generated custom value method name conflicts (#81)

v0.2.0

24 Oct 15:22
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Adds code generation for Bool, Float64, Int64, Number, and String attributes that have an associated external type (#59)
  • Adds usage of To/From methods for primitive attributes with an associated external type into To/From methods of nested attributes and blocks (#73)

BUG FIXES:

  • Allow Go reserved keywords to be used as attribute names in nested attributes (#77)

v0.1.0

17 Oct 09:44
Compare
Choose a tag to compare

NOTES:

  • Initial release of tfplugingen-framework CLI for Terraform Provider Code Generation tech preview (#61)