# DuploCloud Terraform Exporter

DuploCloud provides a Terraform Exporter Utility to export the terraform code that represents the infrastructure deployed in a DuploCloud Tenant.

This is often very useful in order to:

* Generate and persist DuploCloud Terraform IaC which can be version controlled in the future.
* Clone a new Tenant based on an already existing Tenant.

### Follow listed topics on usage

* [Install Terraform Exporter](/docs/automation-platform/terraform-support/duplocloud-terraform-exporter/install-terraform-exporter.md)
* [Generate Terraform Code](/docs/automation-platform/terraform-support/duplocloud-terraform-exporter/generate-terraform.md)
* [Using Generated Code to create New Tenant and Resources](/docs/automation-platform/terraform-support/duplocloud-terraform-exporter/using-generated-code.md)
* [Troubleshooting Guide](/docs/automation-platform/terraform-support/duplocloud-terraform-exporter/troubleshooting-guide.md)


---

# 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.duplocloud.com/docs/automation-platform/terraform-support/duplocloud-terraform-exporter.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.
