Back to skills

provider-resources

infrastructure

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

Setup & Installation

npx skills add https://github.com/hashicorp/provider-resources --skill provider-resources
or paste the link and ask your coding assistant to install it
https://github.com/hashicorp/provider-resources
View on GitHub

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