github-actions-terraform

Diagnose and remediate failing Terraform GitHub Actions workflows.

19|5|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/thomast1906/github-copilot-skills-terraform --skill github-actions-terraform
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-actions-terraform
Source: https://github.com/thomast1906/github-copilot-skills-terraform/tree/main/.github/skills/github-actions-terraform
Command: npx skills add https://github.com/thomast1906/github-copilot-skills-terraform --skill github-actions-terraform

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps engineers quickly diagnose and repair broken Terraform GitHub Actions workflows, reducing CI/CD downtime and deployment friction.

Core Features & Use Cases

  • Troubleshooting: Identify failures in authentication, Terraform init/plan/apply, and artifact handling across Azure deployments.
  • Workflow Setup: Provide guidance for creating new GitHub Actions workflows for Terraform deployments.
  • Debug Guidance: Step-by-step debugging hints and recommended configurations for OIDC login, Terraform setup, and secret management.

Quick Start

To get started, describe a failing workflow, provide the error message, and ask for a remediation plan.

Frequently Asked Questions about github-actions-terraform

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug a failing Terraform GitHub Actions workflow in Azure?

To debug a failing Terraform GitHub Actions workflow, provide the error message and failing workflow description to receive step-by-step remediation guidance for authentication, plan/apply, and state issues across Azure deployments.

Why does my Terraform init fail during GitHub Actions CI/CD?

Terraform init fails during GitHub Actions when OIDC authentication, state configuration, or secret management is incomplete, requiring actionable remediation steps to fix the pipeline workflow setup and validate the Azure deployment configuration.

How to set up GitHub Actions workflows for Terraform deployments?

Setting up GitHub Actions workflows for Terraform requires configuring OIDC login, Terraform setup, and secret management, providing guidance for creating new pipelines and actionable remediation steps to prevent authentication and state failures.

What is the best way to fix Azure authentication errors in Terraform GitHub Actions?

The best way to fix Azure authentication errors in Terraform GitHub Actions is configuring OIDC-based login correctly, ensuring proper workflow setup and secret management to resolve deployment friction and restore CI/CD pipeline functionality.