Releases: hashicorp/terraform-plugin-codegen-framework
Releases · hashicorp/terraform-plugin-codegen-framework
v0.4.1
24 Sep 20:24
Compare
Sorry, something went wrong.
No results found
BUG FIXES:
Fix conversion of unknown or null collections to empty in nested objects (#161 )
v0.4.0
16 May 15:54
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
BUG FIXES:
schema: Prevent compilation errors due to the generation of unused variables (#93 )
v0.3.0
14 Nov 17:12
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
NOTES:
Initial release of tfplugingen-framework CLI for Terraform Provider Code Generation tech preview (#61 )