Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add arguments to FAQ #450

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,14 @@ <h2 id="faq">Frequently Asked Questions <a href="#faq"><svg width="24" height="2
<a href="https://www.pluralsight.com/browse/terraform-training">Pluralsight courses</a>,
and many others that were <em>not</em> created by HashiCorp employees.
</li>
<li>
<b>Best practices</b>: 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 <a href="https://www.reddit.com/user/benaffleks/">/u/benaffleks</a> makes the
<a href="https://www.reddit.com/r/Terraform/comments/15srmqu/my_thoughts_on_opentf_and_look_at_their_commit/">
case here</a>.
</li>
</ul>
<p>
And so much more. Tools like Terraform don't live in isolation: they are part of a large ecosystem. The same
Expand Down