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.
Global
mkdir -p ~/.claude/skills/new-terraform-providerProject
mkdir -p .claude/skills/new-terraform-providerSource Repository
Azure Deploymicrosoft/azure-skills
Run Azure deployment commands with error recovery for already-prepared apps
Azure Preparemicrosoft/azure-skills
Generate Azure infrastructure code and config files for deployment preparation
Azure Storagemicrosoft/azure-skills
Store files, messages, and data with Azure Storage services easily.
Azure Validatemicrosoft/azure-skills
Validate your Azure deployment with thorough preflight checks on all prerequisites
Azure Resource Lookupmicrosoft/azure-skills
Find any Azure resource across subscriptions and groups easily
Azure Aigatewaymicrosoft/azure-skills
Govern your AI models and tools with Azure API Management gateway
Azure Resource Visualizermicrosoft/azure-skills
Map your Azure resources with clear architecture diagrams in minutes
Azure Rbacmicrosoft/azure-skills
Find the least privilege Azure RBAC role and generate CLI and Bicep code