AI AGENT ADDONS

Provider Actions

hashicorp/agent-skills

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.

Add Provider Actions skill to your workflow

Global

mkdir -p ~/.claude/skills/provider-actions

Project

mkdir -p .claude/skills/provider-actions

Source Repository

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