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:
30
docs/data-sources/projects.md
Normal file
30
docs/data-sources/projects.md
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "dokploy_projects Data Source - dokploy"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
List every Dokploy project the API token can see.
|
||||
---
|
||||
|
||||
# dokploy_projects (Data Source)
|
||||
|
||||
List every Dokploy project the API token can see.
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `projects` (List of Object) All visible projects. (see [below for nested schema](#nestedatt--projects))
|
||||
|
||||
<a id="nestedatt--projects"></a>
|
||||
### Nested Schema for `projects`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `default_environment_id` (String)
|
||||
- `description` (String)
|
||||
- `id` (String)
|
||||
- `name` (String)
|
||||
Reference in New Issue
Block a user