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.
This commit is contained in:
39
docs/data-sources/project.md
Normal file
39
docs/data-sources/project.md
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
# 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 generated by tfplugindocs -->
|
||||
## 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.
|
||||
|
||||
<a id="nestedatt--environments"></a>
|
||||
### Nested Schema for `environments`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `id` (String)
|
||||
- `is_default` (Boolean)
|
||||
- `name` (String)
|
||||
Reference in New Issue
Block a user