> ## Documentation Index
> Fetch the complete documentation index at: https://www.qovery.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# qovery terraform

> Manage terraform services

## Overview

Manage Terraform services deployed on Qovery.

## Commands

### setup-backend

Generate a Terraform backend configuration file that can be used to access your tf-state.

**Usage:**

```bash theme={null}
qovery terraform setup-backend [flags]
```

**Flags:**

* `-t, --terraform` (string) - Terraform service name or ID

**Example:**

```bash theme={null}
qovery terraform setup-backend --terraform "my-terraform-service"
```
