Overview of driftctl
maindriftctl is an open-source CLI tool designed to measure Infrastructure as Code (IaC) coverage and track infrastructure drift. It works by scanning cloud provider resources and mapping them against your IaC code (specifically Terraform) to identify discrepancies.
Key Capabilities:
- Scan: Scans cloud providers to map resources against IaC code.
- Analyze: Analyzes diffs to warn about drift and unmanaged resources.
- Ignore: Allows users to specify resources to be ignored in scans.
- Output: Supports multiple output formats.
Supported Technologies:
- IaC: Terraform
- Cloud Providers: AWS, GitHub, Azure, GCP
:warning: Note: This tool is in beta and may undergo breaking changes. The project is currently in maintenance mode.