# 参考资源

{% 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 的YouTube 频道“Your Weekly Dose of Terraform”，包含评论、采访、问答、实时编码和一些使用 Terraform 的黑客技术的直播。

<https://weekly.tf> - Terraform 每周时事通讯。 Terraform 世界中的各种新闻（项目、公告、讨论），由 Anton Babenko 撰写。


---

# 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/zh/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.
