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:
29
docs/data-sources/environment.md
Normal file
29
docs/data-sources/environment.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "dokploy_environment Data Source - dokploy"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
Look up an existing environment by ID.
|
||||
---
|
||||
|
||||
# dokploy_environment (Data Source)
|
||||
|
||||
Look up an existing environment by ID.
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `id` (String) Environment identifier.
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `created_at` (String) Creation timestamp.
|
||||
- `description` (String) Environment description.
|
||||
- `env` (String) Environment-wide variables.
|
||||
- `is_default` (Boolean) Whether this is the project's default environment.
|
||||
- `name` (String) Environment name.
|
||||
- `project_id` (String) Owning project.
|
||||
Reference in New Issue
Block a user