---
title: Statsig Terraform Provider
description: "Manage Statsig feature gates, experiments, and dynamic configs as code with the Terraform provider, including authentication and resource examples."
product: general
token_estimate: 250
---
# Statsig Terraform Provider

> For AI agents: a documentation index is available at [/llms.txt](/llms.txt). Append `.md` to any page URL for markdown, or send `Accept: text/markdown`.

The Statsig Terraform Provider allows you to configure your gates and experiments with Terraform. The provider synchronizes with Statsig through the Console API. If the Terraform Provider doesn't support what you need, refer to the [Console API](https://docs.statsig.com/console-api/introduction).

Statsig hosts the provider on the Terraform registry at https://registry.terraform.io/providers/statsig-io/statsig

## Supported features

The provider supports the following Statsig configurations:

- [Gates](https://docs.statsig.com/integrations/terraform/terraform_gate)
- [Experiments](https://docs.statsig.com/integrations/terraform/terraform_experiment)

Coming Soon:

- Dynamic Configs
- Segments

If you need more from the Terraform Provider, ask in the [Statsig Slack channel](https://statsig.com/slack).

