SYSTEM OPERATIONAL
v0.1.0-beta
Docs · Get started

Install in 30 seconds

Three steps. No SDK, no rewrites, no infra changes.

01

Install the GitHub App

open https://github.com/apps/driftguard-app/installations/new

Select your organisation or personal account. Grant access to the repositories that have Terraform.

02

Add config to your repo

cat > .github/driftguard.yml << 'EOF'
policy:
  block:
    - aws_rds_cluster.*.delete
    - aws_iam_policy.*.resources=*
  warn:
    - aws_security_group.ingress.0.0.0.0/0
compliance:
  frameworks: [DORA, NIS2, ISO27001]
cost:
  threshold_monthly_usd: 500
EOF

Commit this file to any branch. DriftGuard reads it on every PR.

03

Open a Terraform PR

git checkout -b test/driftguard-review
# edit any .tf file
git push && open a PR

DriftGuard will comment within ~30s. Check the Actions tab if it doesn't appear.

Having trouble? Check the webhook guide or email us.

Get help