--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "dokploy_destination Resource - dokploy" subcategory: "" description: |- 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.