---
title: Terraform
url: https://www.tines.com/docs/admin/terraform/
updated: 2025-06-25T19:23:06+00:00
---

*[tines.com](https://www.tines.com/llms.txt) › [Docs](https://www.tines.com/llms.txt) › [Admin](https://www.tines.com/llm/docs/admin.md)*

# Terraform

*[View on tines.com](https://www.tines.com/docs/admin/terraform/)*

## Managing stories using terraform 

Tines supports Infrastructure as Code (IaC) for stories and other resources using the official [Terraform provider for Tines](https://github.com/tines/terraform-provider-tines/tree/main?tab=readme-ov-file#terraform-provider-tines). This enables you to manage, version, and automate your Tines stories alongside the rest of your infrastructure if desired.

### Things you might use this integration for 

- **Version control:** Store your stories as code in Git.
- **Automation:** Deploy and update stories automatically as part of your CI/CD pipeline.
- **Consistency:** Ensure your Tines environment matches your desired state.

**For more information see:**

- [Provider README & Usage](https://github.com/tines/terraform-provider-tines/blob/main/docs/index.md)
- [Examples](https://github.com/tines/terraform-provider-tines/tree/main/examples)
