Plugin-framework provider covering projects, environments, applications, Compose stacks, managed databases, domains, mounts, ports, redirects, basic auth, registries, SSH keys, certificates and backup destinations, over Dokploy's tRPC-over-REST API. The shim package exposes the provider to other Go modules, which is how pulumi-dokploy bridges it.
1.1 KiB
1.1 KiB
page_title, description
| page_title | description |
|---|---|
| dokploy Provider | Manage Dokploy https://dokploy.com projects, environments, applications, compose stacks, databases and networking with Terraform. |
dokploy Provider
Manage Dokploy 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 theDOKPLOY_API_KEYenvironment variable.host(String) Base URL of the Dokploy instance, for examplehttps://dokploy.example.com. A trailing/apiis optional. May also be set with theDOKPLOY_HOSTenvironment variable.insecure_skip_verify(Boolean) Skip TLS certificate verification. Only use this for instances behind a self-signed certificate. Defaults tofalse.timeout_seconds(Number) Per-request timeout in seconds. Defaults to60. May also be set with theDOKPLOY_TIMEOUT_SECONDSenvironment variable.