# dokploy_project (Data Source)

Look up a Dokploy project by id or by exact name.

## Example Usage

```terraform
data "dokploy_project" "example" {
  name = "my-project"
}
```

<!-- schema generated by tfplugindocs -->
## Schema

### Optional

- `id` (String) Project id. Exactly one of `id` or `name` must be set.
- `name` (String) Exact project name. Errors when zero or multiple projects match.

### Read-Only

- `created_at` (String) Creation timestamp.
- `description` (String) Project description.
- `environments` (Attributes List) Environments in this project. (see [below for nested schema](#nestedatt--environments))

<a id="nestedatt--environments"></a>
### Nested Schema for `environments`

Read-Only:

- `id` (String) Environment id.
- `name` (String) Environment name.