From e4ec1570f2e14700db66f72549d4b850eec0eaec Mon Sep 17 00:00:00 2001 From: GeraldC <39477124+GeraldC13@users.noreply.github.com> Date: Tue, 13 Apr 2021 15:20:46 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d3a130e6..a0654d3a 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,11 @@ ## Why driftctl ? -Infrastructure as code is awesome, but there are too many moving parts: codebase, state file, actual cloud state. Things tend to drift. +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. -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. +Spot discrepancies as they happen : driftctl is a free and open-source CLI that warns of infrastructure drift and fills in the missing piece in your DevSecOps toolbox. -You can't efficiently improve what you don't track. We track coverage for unit tests, why not infrastructure as code coverage? - -driftctl tracks how well your IaC codebase covers your cloud configuration. driftctl warns you about drift. ## Features @@ -65,8 +63,10 @@ Build with ❀️️ from πŸ‡«πŸ‡· πŸ‡―πŸ‡΅ πŸ‡¬πŸ‡· πŸ‡ΈπŸ‡ͺ πŸ‡ΊπŸ‡Έ --- -## Collecting users feedback +## Helping you get started -Have you launched driftctl ? Please take a moment to answer the [following questions](https://driftctl.typeform.com/to/fYUOOMj3) and help us improve the tool. +We have 30 min slots for 1:1 [tech discussions and overviews](https://calendly.com/stephanejourdan/30min) twice a day to help you get started and collect users feedback. -3 minutes, tops! +:warning: ** No sales involved ** You will deal with a technical team member of the project. + +Feel free to book a slot. From e1e1efafb422c5c506a4fd3849633169b2f2a6fa Mon Sep 17 00:00:00 2001 From: GeraldC <39477124+GeraldC13@users.noreply.github.com> Date: Tue, 13 Apr 2021 17:27:25 +0200 Subject: [PATCH 2/3] updated readme according to PR reviews --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0654d3a..08c83f18 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,9 @@ ## 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. +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 drift and fills in the missing piece in your DevSecOps toolbox. @@ -67,6 +69,6 @@ Build with ❀️️ from πŸ‡«πŸ‡· πŸ‡―πŸ‡΅ πŸ‡¬πŸ‡· πŸ‡ΈπŸ‡ͺ πŸ‡ΊπŸ‡Έ We have 30 min slots for 1:1 [tech discussions and overviews](https://calendly.com/stephanejourdan/30min) twice a day to help you get started and collect users feedback. -:warning: ** No sales involved ** You will deal with a technical team member of the project. +:warning: ** No sales involved **: You will deal with a technical team member of the project. Feel free to book a slot. From 9c1b21978e0fe3b912cc2530239f8caba6f6b831 Mon Sep 17 00:00:00 2001 From: GeraldC <39477124+GeraldC13@users.noreply.github.com> Date: Wed, 14 Apr 2021 08:20:59 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 08c83f18..9d1be3ee 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Drift can have multiple causes: from team members creating or updating infrastru 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 drift and fills in the missing piece in your DevSecOps toolbox. +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 @@ -69,6 +69,4 @@ Build with ❀️️ from πŸ‡«πŸ‡· πŸ‡―πŸ‡΅ πŸ‡¬πŸ‡· πŸ‡ΈπŸ‡ͺ πŸ‡ΊπŸ‡Έ We have 30 min slots for 1:1 [tech discussions and overviews](https://calendly.com/stephanejourdan/30min) twice a day to help you get started and collect users feedback. -:warning: ** No sales involved **: You will deal with a technical team member of the project. - Feel free to book a slot.