Cloud

new-terraform-provider

hashicorp/agent-skills · updated Apr 8, 2026

$npx skills add https://github.com/hashicorp/agent-skills --skill new-terraform-provider
summary

Scaffold a new Terraform provider using the Plugin Framework.

  • Generates a new Go module workspace with the standard \"terraform-provider-\" naming convention and initializes required dependencies
  • Provides a template main.go file following HashiCorp's Plugin Framework patterns, with TODO markers for customization
  • Validates the setup by running build and test commands to ensure the provider compiles and passes initial checks
  • Handles workspace management by confirming intent before c
skill.md

new-terraform-provider

No content available.