# Terraform

## 개요

Panther 로그 소스 인프라의 일부를 다음을 사용하여 관리할 수 있습니다 [Terraform](https://www.terraform.io/). Terraform을 사용하면 코드를 통해 인프라를 정의하고 프로비저닝할 수 있어, 프로젝트 수명 주기 전반에 걸쳐 변경 사항을 쉽게 관리하고 추적할 수 있습니다. [Panther는 제공자입니다](https://registry.terraform.io/providers/panther-labs/panther/latest) Terraform 레지스트리에 있습니다.

다음 페이지에서 Terraform을 사용하여 Panther 리소스를 프로비저닝하는 방법을 알아보세요:

* [Terraform으로 AWS 클라우드 계정 관리하기](/ko/panther/terraform/cloud-accounts.md)
* [Terraform으로 AWS S3 로그 소스 관리하기](/ko/panther/terraform/s3.md)
* [Terraform으로 HTTP 로그 소스 관리하기](/ko/panther/terraform/http.md)
* [Terraform으로 Google Cloud Pub/Sub 로그 소스 관리하기](/ko/panther/terraform/pubsub.md)
* [Terraform으로 Google Cloud Storage 로그 소스 관리하기](/ko/panther/terraform/gcs.md)
* [Terraform을 사용한 Log Source Alarm 관리](/ko/panther/terraform/log-source-alarms.md)

## 리소스

* Terraform에 대해 더 알아보기 [자세한 내용은 해당 웹사이트에서](https://www.terraform.io/).
* 참조하십시오 [Terraform 제공자 레지스트리의 Panther 페이지](https://registry.terraform.io/providers/panther-labs/panther/latest).


---

# 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://docs.panther.com/ko/panther/terraform.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.
