zclconf / go-cty

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

Check empty collections for optional attributes #143

Closed liamcervante closed 1 year ago

liamcervante commented 1 year ago

Similar to the same recent checks for null values.

Fixes the root cause of https://github.com/hashicorp/terraform/issues/32152

apparentlymart commented 1 year ago

Thanks! This makes sense to me.