--- # 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 ### 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. ### Nested Schema for `environments` Read-Only: - `id` (String) - `is_default` (Boolean) - `name` (String)