# Terraform Scripts

## Overview

Choose the deployment model that best fits your organization's needs:

### Option 1: Centralized Service Accounts

***Best for:** Organizations that prefer centralized identity management*

**Architecture**

* All service accounts are created in a single centralized project
* Each service account is granted permissions in its corresponding project
* One Workload identity pool shared across all projects

**Benefits**

* Centralized management and auditing
* Easier to track and manage all Teleskope service accounts

{% file src="/files/Zt9Qj2MbSw3IsZLFbZuj" %}

### Option 2: Per-Project Service Accounts

***Best for:** Organizations that prefer project-level isolation and want service accounts to reside in the same project where they're used*

**Architecture**

* Service Accounts are created in each project
* Workload Identity pools are created per project
* Each project has its own isolated identity configuration

**Benefits**

* Complete project-level isolation
* Service accounts live alongside the resources they access

{% file src="/files/AxouLxiDRcWq4AA85ToQ" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.teleskope.ai/connectors/gcp/bigquery/terraform-scripts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
