Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snyk/driftctl
Detect, track and alert on infrastructure drift
https://github.com/snyk/driftctl
aws drift hacktoberfest iac infrastructure-as-code infrastructure-drift terraform
Last synced: 26 days ago
JSON representation
Detect, track and alert on infrastructure drift
- Host: GitHub
- URL: https://github.com/snyk/driftctl
- Owner: snyk
- License: apache-2.0
- Created: 2020-09-22T11:07:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T17:42:25.000Z (4 months ago)
- Last Synced: 2024-09-30T15:02:07.442Z (about 1 month ago)
- Topics: aws, drift, hacktoberfest, iac, infrastructure-as-code, infrastructure-drift, terraform
- Language: Go
- Homepage:
- Size: 7.94 MB
- Stars: 2,447
- Watchers: 99
- Forks: 152
- Open Issues: 155
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Support: .github/SUPPORT.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
- awesome-repositories - snyk/driftctl - Detect, track and alert on infrastructure drift (Go)
- awesome-tf - driftctl - Detect, track, and alert on infrastructure drift :skull: (Tools / Community providers)
README
## This project is now in maintenance mode. We cannot promise to review contributions. Please feel free to fork the project to apply any changes you might want to make.
Measures infrastructure as code coverage, and tracks infrastructure drift.
IaC: Terraform. Cloud providers: AWS, GitHub, Azure, GCP.
:warning: This tool is still in beta state and will evolve in the future with potential breaking changes :warning:## 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](https://docs.driftctl.com)**
**[Installation](https://docs.driftctl.com/installation)**
**[Discord](https://discord.gg/7zHQ8r2PgP)**
## Contribute
To learn more about compiling driftctl and contributing, please refer to the [contribution guidelines](.github/CONTRIBUTING.md) and the [contributing guide](docs/README.md) for technical details.
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification and is brought to you by these [awesome contributors](CONTRIBUTORS.md).
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.