Skip to content
/ driftctl Public
forked from snyk/driftctl

Detect, track and alert on infrastructure drift

License

Notifications You must be signed in to change notification settings

TinLe/driftctl

This branch is 84 commits behind snyk/driftctl:main.

Folders and files

NameName
Last commit message
Last commit date
Mar 17, 2023
Aug 2, 2022
Mar 30, 2022
Nov 25, 2021
Jan 16, 2023
Dec 6, 2021
Jul 7, 2022
Feb 7, 2023
Jun 16, 2022
Dec 6, 2021
Jan 9, 2023
Feb 7, 2023
Mar 10, 2021
Apr 29, 2021
Dec 20, 2021
Jun 10, 2022
Jun 10, 2022
Jan 9, 2023
Feb 16, 2021
Mar 8, 2023
Feb 7, 2023
Feb 8, 2023
Dec 6, 2021
Jun 10, 2022
Jan 25, 2023
Dec 6, 2021
Mar 3, 2021
Mar 17, 2023
Mar 17, 2023
Mar 15, 2021
May 3, 2022

Repository files navigation

driftctl

Measures infrastructure as code coverage, and tracks infrastructure drift.
IaC: Terraform. Cloud providers: AWS, GitHub, Azure, GCP.
⚠️ This tool is still in beta state and will evolve in the future with potential breaking changes ⚠️

Packaging status Packaging status

Why driftctl ?

Infrastructure drift is a blind spot and a source of potential security issues. Drift can have multiple causes: from team members creating or updating infrastructure through the web console without backporting changes to Terraform, to unexpected actions from authenticated apps and services.

You can't efficiently improve what you don't track. We track coverage for unit tests, why not infrastructure as code coverage?

Spot discrepancies as they happen: driftctl is a free and open-source CLI that warns of infrastructure drifts and fills in the missing piece in your DevSecOps toolbox.

Features

  • Scan cloud provider and map resources with IaC code
  • Analyze diffs, and warn about drift and unwanted unmanaged resources
  • Allow users to ignore resources
  • Multiple output formats

Links

Documentation

Installation

Discord

Contribute

To learn more about compiling driftctl and contributing, please refer to the contribution guidelines and the contributing guide for technical details.

This project follows the all-contributors specification and is brought to you by these awesome contributors.

Build with ❤️️ from 🇫🇷 🇬🇧 🇯🇵 🇬🇷 🇸🇪 🇺🇸 🇷🇪 🇨🇦 🇮🇱 🇩🇪

Security notice

All Terraform state and Terraform files in this repository are for unit test purposes only. No running code attempts to access these resources (except to create and destroy them, in the case of acceptance tests). They are just opaque strings.

About

Detect, track and alert on infrastructure drift

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.4%
  • HCL 2.1%
  • Other 0.5%