wihan/dev

docs /dokploy / data sources

markdown
browse the dokploy docs

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 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)

Nested Schema for environments

Read-Only:

  • id (String) Environment id.
  • name (String) Environment name.