Automating Terraform provider upgrades with GitHub Agentic Workflows

Terraform provider upgrades often turn into a manual research exercise. You check the registry, read changelogs, scan the codebase for deprecated resources, update the provider version, add moved blocks, run a plan, and hope nothing breaks. Using GitHub Agentic Workflows, a Terraform MCP server, and reusable agents and skills, much of that preparation can be … Read more

Why You Should Use GitHub Agentic Workflows

In my a previous blog post, I shared my early experience getting started with GitHub Agentic Workflows. I’ve known about GitHub Agentic Workflows for a few months, after spending more time using them, what stands out isn’t just the AI capability – it’s the operating model: You keep the reliability and visibility of Actions, while … Read more