A Claude Code skill that finds and implements native Terraform Actions for Azure resources. Supports day-2 operations like key rotation, start/stop, failover, and cache purge across the azurerm and azapi providers.
Generates ready-to-run action blocks with invocation commands and optional documentation (actionize.md) for your whole team.
Clone and symlink the skill into your Claude Code skills directory:
git clone https://github.com/codycodescloud/terraform-actionize.git ~/terraform-actionize
ln -s ~/terraform-actionize/terraform-actionize ~/.claude/skills/terraform-actionizeThen invoke it in any Claude Code session inside a Terraform project:
/terraform-actionize
To update later: cd ~/terraform-actionize && git pull
Found a missing action or a bug? Open an issue — contributions welcome.
MIT © codycodescloud