Releases: hashicorp/terraform-plugin-codegen-framework
Releases · hashicorp/terraform-plugin-codegen-framework
v0.4.1
v0.4.0
ENHANCEMENTS:
- schema: Added
Description
,MarkdownDescription
andDeprecationMessage
fields to resource, data source and provider schemas (#112)
BUG FIXES:
v0.3.1
v0.3.0
v0.2.0
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)