Update README.md

main
Malo Marrec 2020-09-28 16:57:08 +02:00 committed by GitHub
parent 67a7a849b6
commit 4ac7e23c1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# About driftctl
`driftctl` measures infrastucture as code coverage, and tracks cloud configuration drift.
`driftctl` measures infrastucture as code coverage, and tracks infrastructure drift.
## Why ?
Infrastructure as code is awesome, but there are too many moving parts: codebase, state file, actual cloud configuration. Things tend to drift.
Infrastructure as code is awesome, but there are too many moving parts: codebase, state file, actual cloud state. Things tend to drift.
Drift can have multiple causes: from developers creating or updating infrastructure through the web console without telling anyone, to uncontrolled updates on the cloud provider side. Handling infrastructure drift vs the codebase can be challenging.