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
2.0K
GitHub Stars
667
First Seen
Jan 26, 2026
provider-resources — hashicorp/agent-skills