Files
terraform-provider-dokploy/docs/data-sources/project.md
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.0 KiB

page_title, subcategory, description
page_title subcategory description
dokploy_project Data Source - dokploy 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

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)
  • name (String) Project name.
  • organization_id (String) Owning organization.

Nested Schema for environments

Read-Only:

  • id (String)
  • is_default (Boolean)
  • name (String)