Running HashiCorp’s Terraform MCP Server in GitHub Actions
Run HashiCorp Terraform MCP Server seamlessly in GitHub Actions to ensure accurate provider schemas and smoother automation. Learn how in this guide today.
Empowering Developers with Azure, Azure DevOps, GitHub & Terraform Insights
Run HashiCorp Terraform MCP Server seamlessly in GitHub Actions to ensure accurate provider schemas and smoother automation. Learn how in this guide today.
If you’ve ever wished your CI/CD pipeline could think for itself, you’re going to like what comes next. GitHub Next recently introduced a research project called Agentic Workflows – a way to embed autonomous AI agents directly into GitHub Actions. These aren’t just scripted automation tasks; they can interpret natural language, reason about problems and adapt to context. … Read more
Increase CI/CD efficiency with AI-powered Terraform plan reviews. Catch issues early, improve IaC quality, and speed up deployments. Learn more today.
Learn how to check out a custom repo and branch in GitHub Actions with this step-by-step guide
Learn how to integrate GitHub Models into GitHub workflows to increase AI capabilities of your pipelines.
Recently I blogged about Deploying to Azure: Secure Your GitHub Workflow with OIDC, this is a follow on post – looking at deploying Terraform to Azure using OIDC and GitHub Actions With Microsoft and GitHub both emphasising identity-based access, using OIDC for Terraform deployments isn’t just secure. It will become the new norm. OIDC authentication … Read more
A quick blog post to detail how to fix error Resource Not Accessible by Integration within your GitHub Actions. I came across this initially when trying to upload a .sarf report as part of Trivy scanning. The error In my case, I attempted to upload a SARIF report. This file helps with code scanning. I … Read more
OpenID Connect (OIDC) authentication for GitHub Actions and Azure deployments is a real game-changer in the world of security. It significantly enhances security when deploying to your Azure environment. In this blog post, I’ll explain why to use OIDC, walk through setting up an Azure AD application with federated credentials using Azure CLI, and demonstrate … Read more
Writing a lot of Terraform modules and trying to maintain accurate and up-to-date Terraform documentation becomes increasingly challenging. This is where terraform-docs along with GitHub actions can assist you, they automate the generation of Terraform documentation. In this blog post, I will show you how to use terraform-docs with GitHub Actions. This setup will automatically … Read more
This post discusses automating the transition of issues to “Done” status when closed in GitHub Projects using GitHub Actions and GitHub CLI, enhancing project management efficiency and reducing manual tasks.