provider-resources

Installation
SKILL.md

Terraform Provider Resources Implementation Guide

Overview

This guide covers developing Terraform Provider resources and data sources using the Terraform Plugin Framework. Resources represent infrastructure objects that Terraform manages through Create, Read, Update, and Delete (CRUD) operations.

References:

File Structure

Resources follow the standard service package structure:

Installs
30
GitHub Stars
736
First Seen
Jan 20, 2026
provider-resources — hashicorp/terraform-agent-kit