# Requirements

## Terraform Modules

For supported public clouds, we provide open-sourced [Terraform Modules](https://registry.terraform.io/namespaces/dragondrop-cloud) which provision the requisite infrastructure needed to receive https requests that trigger the dragondrop.cloud container hosted on serverless compute.

This let's you get up and running in your cloud as quickly as you can run `terraform apply`!

## Overall Architecture

1\) Provide serverless compute that can run a container (in this case it will be running dragondrop's publicly accessible container).

2\) Provide an https endpoint to which dragondrop can send requests for invoking the container.

**Note**: While it is possible to build your own infrastructure from scratch to host dragondrop, we advise against it and are not able to provide customer service related to infrastructure-hosting challenges when our modules are not being employed.


---

# 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.dragondrop.cloud/product-docs/deploying-to-your-cloud/infrastructure-requirements/requirements.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.
