Performance issue with terraform-plugin-framework

We have migrated a few of the resources in our provider to the terraform-plugin-framework. While it is functional, there seems to be a performance issue in one particular resource. This resource uses SetNestedBlock and is causing timeout issues.

This GitHub issue seems to be address this problem: https://github.com/hashicorp/terraform-plugin-framework/issues/775

Anyone else encounter similar performance issue?

Any workaround until this is fixed at the core or framework level?

Thanks
Alex

1 Like