From 2bdf8138d49c0726a780c8d64de462a04c68ab2c Mon Sep 17 00:00:00 2001 From: Sebastian Stadil Date: Fri, 18 Aug 2023 16:00:09 +0200 Subject: [PATCH] Add arguments to FAQ Adds excellent points made by https://www.reddit.com/user/benaffleks/ on how contributions to Terraform aren't just code, but usage patterns too. --- index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/index.html b/index.html index a9a463f5..d660a11d 100644 --- a/index.html +++ b/index.html @@ -339,6 +339,14 @@

Frequently Asked Questions Pluralsight courses, and many others that were not created by HashiCorp employees. +
  • + Best practices: Terraform is incredibly unopinionated, which is both its biggest strength + and its biggest weakness. It's the community, with members such as Anton Babenko and Jim Brikman, that + contributed the usage patterns that made it possible to scale, test, and keep DRY your Terraform code. + Reddit user /u/benaffleks makes the + + case here. +
  • And so much more. Tools like Terraform don't live in isolation: they are part of a large ecosystem. The same