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.
40 lines
1.0 KiB
Markdown
40 lines
1.0 KiB
Markdown
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "dokploy_project Data Source - dokploy"
|
|
subcategory: ""
|
|
description: |-
|
|
Look up an existing Dokploy project by ID, including its environments.
|
|
---
|
|
|
|
# dokploy_project (Data Source)
|
|
|
|
Look up an existing Dokploy project by ID, including its environments.
|
|
|
|
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## Schema
|
|
|
|
### Required
|
|
|
|
- `id` (String) Project identifier.
|
|
|
|
### Read-Only
|
|
|
|
- `created_at` (String) Creation timestamp.
|
|
- `default_environment_id` (String) ID of the project's default environment.
|
|
- `description` (String) Project description.
|
|
- `env` (String) Project-wide environment variables.
|
|
- `environments` (List of Object) Every environment in the project. (see [below for nested schema](#nestedatt--environments))
|
|
- `name` (String) Project name.
|
|
- `organization_id` (String) Owning organization.
|
|
|
|
<a id="nestedatt--environments"></a>
|
|
### Nested Schema for `environments`
|
|
|
|
Read-Only:
|
|
|
|
- `id` (String)
|
|
- `is_default` (Boolean)
|
|
- `name` (String)
|