# Emporix Terraform Provider

The **Emporix Terraform Provider** lets you manage Emporix configuration using **Infrastructure as Code** (IaC) with [Terraform](https://www.terraform.io/). It can be especially useful for repeatable, reviewable changes across environments (for example: dev, staging, production) instead of applying changes manually. You can use it to configure resources such as countries, payment modes, or site settings.

### Prerequisites

Before you start, make sure you have:

* **Emporix Account** - An active Emporix tenant
* **API Keys** - OAuth 2.0 client credentials or access token
* **Terraform** - Version 1.0 or later

{% hint style="success" %}
For specific details of what to prepare and how to configure the Emporix Terraform Provider in your environment, follow the instructions in the [Emporix Terraform Docs](https://registry.terraform.io/providers/emporix/emporix/latest/docs). The documentation contains information about the initial setup requirements and configuration of the specific resources.
{% endhint %}


---

# 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://developer.emporix.io/api-references/quickstart/emporix-terraform-provider.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.
