--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "dokploy Provider" description: |- Manage Dokploy https://dokploy.com projects, environments, applications, compose stacks, databases and networking with Terraform. --- # dokploy Provider Manage [Dokploy](https://dokploy.com) projects, environments, applications, compose stacks, databases and networking with Terraform. ## Schema ### Optional - `api_key` (String, Sensitive) API token generated in Dokploy under *Settings -> Profile -> API/CLI*. May also be set with the `DOKPLOY_API_KEY` environment variable. - `host` (String) Base URL of the Dokploy instance, for example `https://dokploy.example.com`. A trailing `/api` is optional. May also be set with the `DOKPLOY_HOST` environment variable. - `insecure_skip_verify` (Boolean) Skip TLS certificate verification. Only use this for instances behind a self-signed certificate. Defaults to `false`. - `timeout_seconds` (Number) Per-request timeout in seconds. Defaults to `60`. May also be set with the `DOKPLOY_TIMEOUT_SECONDS` environment variable.