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
27
GitHub Stars
688
First Seen
Jan 20, 2026
provider-resources — hashicorp/terraform-agent-kit