Skip to content

Migration from SDKv2 to Plugin Framework

No due date 94% complete

Terraform Plugin Framework is out of beta now, so we can start with a migration.

Plan

It's possible to migrate individual resources and data sources over time, while using protocol version 6 features in terraform-plugin-framework.

We can use tf5to6server.UpgradeServer() function to wrap a provider server and have SDKv2 and Framework servers at the same time.

Terraform Plugin Framework is out of beta now, so we can start with a migration.

Plan

It's possible to migrate individual resources and data sources over time, while using protocol version 6 features in terraform-plugin-framework.

We can use tf5to6server.UpgradeServer() function to wrap a provider server and have SDKv2 and Framework servers at the same time.

Links

Loading