
from studio-recipes18
Detect infrastructure drift between Terraform state and real cloud resources; report unmanaged/changed/missing resources for remediation.
This skill automates a drift-detection workflow: compare Terraform state to actual cloud resources and surface unmanaged, changed, or missing resources. It documents risk categories, suggests remediation paths (import, revert, or delete), and includes CI integration examples for scheduled auditing. The skill relies on the Snyk CLI (snyk iac describe) to perform the comparison and emit JSON for analysis.
Run during pre-deployment checks, post-incident audits, or regular infra hygiene sweeps when you need to ensure infrastructure matches IaC. Use for shadow-IT discovery, security reviews, or to gate deployments on drift-free state.
Agents capable of running CLI tools and interacting with cloud APIs (DevOps assistants, CI-integrated bots, or agents with Snyk/terraform knowledge).
This skill has not been reviewed by our automated audit pipeline yet.