dokploy_project (Data Source)
Look up a Dokploy project by id or by exact name.
Example Usage
data "dokploy_project" "example" {
name = "my-project"
}
Schema
Optional
id(String) Project id. Exactly one ofidornamemust 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)
Nested Schema for environments
Read-Only:
id(String) Environment id.name(String) Environment name.