Terraform SDK v2 to Plugin Framework Migration
Migrate Terraform provider data sources and resources from terraform-plugin-sdk/v2 to
terraform-plugin-framework, following patterns established by completed migrations in the
target codebase.
Migration Workflow
Phase 0: Codebase Discovery
Before writing any code, understand how the target provider is structured. This determines whether you follow existing conventions or fall back to the templates in references/.
- **Find existi
[Description truncada. Veja o README completo no GitHub.]