hashicorp / terraform-plugin-codegen-framework

Terraform Provider Code Generation Specification to Framework
Mozilla Public License 2.0
39 stars 17 forks source link

Fix `ToObjectValue` function for nested objects for null or unknown value states #138

Closed ansgarm closed 6 months ago

ansgarm commented 6 months ago

Previously the generated code would still return data in these two cases making it impossible to leave out configuration for optional attributes that contained required fields within.