# Terraform

## Overview

You can manage parts of your Panther log source infrastructure using [Terraform](https://www.terraform.io/). Terraform allows you to define and provision your infrastructure through code, making it easy to manage and track changes across your project's lifecycle. [Panther is a provider](https://registry.terraform.io/providers/panther-labs/panther/latest) in the Terraform registry.

Learn how to use Terraform to provision Panther resources on the following pages:

* [Managing AWS S3 Log Sources with Terraform](https://docs.panther.com/panther-developer-workflows/terraform/s3)
* [Managing HTTP Log Sources with Terraform](https://docs.panther.com/panther-developer-workflows/terraform/http)

## Resources

* Learn more about Terraform [on their website](https://www.terraform.io/).
* See [Panther's page in the Terraform provider registry](https://registry.terraform.io/providers/panther-labs/panther/latest).
