Files
Max Vojtkov a6d8aa8b52 A Terraform provider for Dokploy
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.
2026-08-09 12:17:26 +03:00

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 example us-east-1.
  • secret_access_key (String, Sensitive) S3 secret access key.

Optional

  • additional_flags (List of String) Extra flags passed to the underlying rclone invocation.
  • provider_name (String) Provider label, for example s3 or cloudflare. Named provider_name because provider is 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.