Terraform Provider Actions let you run code at key moments in the lifecycle of infrastructure. These moments happen before or after creating, updating, or destroying resources. This skill helps you build those actions using the Terraform Plugin Framework.
You will define a schema with input fields and write an Invoke function that performs the action. Common mistakes include type mismatches and missing element types. The guide shows how to avoid them.
By mastering this skill, you can add powerful custom behaviors to your Terraform providers. Your infrastructure can react to changes automatically. This makes your deployments smarter and more reliable.
Global
mkdir -p ~/.claude/skills/provider-actionsProject
mkdir -p .claude/skills/provider-actionsSource 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