terraform-cicd
Installation
SKILL.md
Terraform CI/CD Skill
Production CI/CD patterns for automated Terraform deployments.
GitHub Actions
PR Validation
# .github/workflows/terraform-pr.yml
name: Terraform PR
on:
pull_request:
paths: ['terraform/**']
permissions:
contents: read
pull-requests: write