zclconf / go-cty

A type system for dynamic values in Go applications
MIT License
338 stars 70 forks source link

Strip optional attributes from null objects during conversion #140

Closed liamcervante closed 1 year ago

liamcervante commented 1 year ago

Very similar change to https://github.com/zclconf/go-cty/pull/135

apparentlymart commented 1 year ago

Thanks! This makes sense to me, for the same reasons as discussed in #135.