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

## Getting started

* See a full example of using Terraform to manage an S3 log source on [Managing AWS S3 Log Sources with Terraform](https://docs.panther.com/~/changes/Cd1BxbxeaFl8dlynhNpt/panther-developer-workflows/terraform/s3).

## 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).
