Setup & Installation
What This Skill Does
Implements Terraform Provider resources and data sources using the Plugin Framework. Covers CRUD operations, schema design, state management, and acceptance testing for provider resources. Targets Go developers building or maintaining Terraform providers. It encodes the exact Plugin Framework patterns HashiCorp expects, so you avoid the trial-and-error of reading scattered docs and get correct diagnostics, state handling, and test structure on the first pass.
When to use it
- Working with provider resources functionality
- Implementing provider resources features
- Debugging provider resources related issues
