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.3 KiB
1.3 KiB
page_title, subcategory, description
| page_title | subcategory | description |
|---|---|---|
| dokploy_destination Resource - dokploy | An S3-compatible bucket that Dokploy writes database and volume backups to. ~> The secret access key is stored in Terraform state. Use a state backend with encryption at rest. |
dokploy_destination (Resource)
An S3-compatible bucket that Dokploy writes database and volume backups to.
~> The secret access key is stored in Terraform state. Use a state backend with encryption at rest.
Schema
Required
access_key(String) S3 access key ID.bucket(String) Bucket name.endpoint(String) S3 endpoint URL.name(String) Display name of the destination.region(String) Bucket region, for exampleus-east-1.secret_access_key(String, Sensitive) S3 secret access key.
Optional
additional_flags(List of String) Extra flags passed to the underlyingrcloneinvocation.provider_name(String) Provider label, for examples3orcloudflare. Namedprovider_namebecauseprovideris reserved by Terraform.server_id(String) Server this destination is scoped to.
Read-Only
created_at(String) Timestamp of when the destination was created.id(String) Unique destination identifier.