hashicorp / terraform-plugin-framework

A next-generation framework for building Terraform providers.
https://developer.hashicorp.com/terraform/plugin/framework
Mozilla Public License 2.0
305 stars 93 forks source link

tfsdk support embeded struct #1024

Closed LuoYuWuSheng closed 3 months ago

LuoYuWuSheng commented 3 months ago

Module version

...

Use-cases

can tfsdk support embeded struct ? just lik gorm https://gorm.io/docs/models.html#embedded_struct

Attempted Solutions

Proposal

References

SBGoods commented 3 months ago

Hi @LuoYuWuSheng 👋🏾, Thank you for opening this issue. Last week, we merged #1021 adding embedded struct support which will be included in this week's terraform-plugin-framework v1.11.0 release. I will be closing this issue as resolved for now, but please feel free to open another issue after the v1.11.0 release if you find any issues with the embedded struct support.