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:
31
docs/data-sources/application.md
Normal file
31
docs/data-sources/application.md
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "dokploy_application Data Source - dokploy"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
Look up an existing application by ID.
|
||||
---
|
||||
|
||||
# dokploy_application (Data Source)
|
||||
|
||||
Look up an existing application by ID.
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `id` (String) Application identifier.
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `app_name` (String) Docker service name.
|
||||
- `application_status` (String) Current status.
|
||||
- `build_type` (String) Build strategy.
|
||||
- `created_at` (String) Creation timestamp.
|
||||
- `description` (String) Application description.
|
||||
- `environment_id` (String) Owning environment.
|
||||
- `name` (String) Application name.
|
||||
- `source_type` (String) Source of the code or image.
|
||||
Reference in New Issue
Block a user