# 参考文献

{% hint style="info" %}
Terraformコミュニティに関連する素晴らしいコンテンツやオープンソースプロジェクトを作成・管理している人々は大勢いますが、[awesome-terraform](https://github.com/shuaibiyy/awesome-terraform)のような既存のコレクションをコピーすることなく、これらのリンクを掲載するための最適な構造を考えるのは難しいです。
{% endhint %}

<https://twitter.com/antonbabenko/lists/terraform-experts> - Terraformを非常に活発に使用しており、尋ねると多くのことを教えてくれる人々のリスト

<https://github.com/shuaibiyy/awesome-terraform> - HashiCorpのTerraformに関するキュレーションされたリソースのリスト

<http://bit.ly/terraform-youtube> - Anton Babenkoによる"Your Weekly Dose of Terraform"というYouTubeチャンネル。レビュー、インタビュー、Q\&A、ライブコーディング、そしてTerraformを使用したハッキングなどのライブストリームを提供しています。

<https://weekly.tf> - Anton Babenkoによる"Terraform Weekly"ニュースレター。Terraformの世界における様々なニュース（プロジェクト、アナウンス、ディスカッション）を提供しています。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.terraform-best-practices.com/ja/references.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
