AI AGENT ADDONS

New Terraform Provider

hashicorp/agent-skills

Scaffolding a new Terraform provider is now simple and fast. This guide helps you set up a brand new provider using the Plugin Framework. You start by creating a workspace with a name that begins with terraform-provider.

Next you initialize a Go module and add the latest terraform-plugin-framework dependency. A ready-to-use main.go file is provided. You just remove the TODO comments and build the project. Finally you run tests to make sure everything works.

This automated process saves time and reduces setup errors. It is perfect for developers who want to create custom infrastructure tools with HashiCorp Terraform.

Add New Terraform Provider skill to your workflow

Global

mkdir -p ~/.claude/skills/new-terraform-provider

Project

mkdir -p .claude/skills/new-terraform-provider

Source Repository

Stars
689
Forks
79
Watchers
689
License
MPL-2.0
Last Push
2 months ago
Created
9 months ago