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.
23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
Markdown
---
|
|
# 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 generated by tfplugindocs -->
|
|
## 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.
|