Select a resource to inspect drift
and ask the AI assistant about it.
Select a resource to inspect drift
and ask the AI assistant about it.
terraform plan there. Nothing else
in the folder is read or sent.
GITHUB_TOKEN/GITHUB_REPOSITORY configured on the server.
.github/workflows/drift-fix.yml and its helper script. The PR description
lists which repo secrets (ANTHROPIC_API_KEY, cloud provider credentials,
optionally SLACK_WEBHOOK_URL) need to be configured before it can run. The
workflow itself only runs when manually triggered — nothing runs automatically once merged.
drift-fix.yml workflow on GitHub — it runs
terraform plan there using the repo's own secrets, and if drift is found,
asks Claude to fix it and opens a draft PR (independent of this server). Requires the
workflow to already be installed on the repo's default branch.
ARM_CLIENT_ID/ARM_CLIENT_SECRET/ARM_SUBSCRIPTION_ID/ARM_TENANT_ID
for Azure, or AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY for AWS.
Lets each environment use a different cloud account.
Waiting for output…