Hello Terraform Provider developers,
Terraform Plugin Framework has reached the Beta phase with a redesigned provider development experience that exposes all available Terraform functionality to providers and enables more readable code. The Terraform Developer Experience team at HashiCorp is happy to answer any questions here in the forums, and we appreciate bug reports or feature requests in the issue tracker.
Getting Started
- Read the Terraform Plugin Framework website for full documentation.
- Browse the Terraform Plugin Framework source code on GitHub
- Try the Terraform Plugin Framework collection on HashiCorp Learn.
- Clone the terraform-provider-scaffolding-framework template repository on GitHub for new providers.
- Follow the Terraform Plugin Framework migration guide for converting existing terraform-plugin-sdk providers.
- Browse the terraform-plugin-framework module on the Go package documentation website.
Learn how to choose the best SDK for your project here.
Happy Terraforming!