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.
This commit is contained in:
39
docs/resources/destination.md
Normal file
39
docs/resources/destination.md
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
# 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 generated by tfplugindocs -->
|
||||
## 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.
|
||||
Reference in New Issue
Block a user