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:
30
docs/resources/security.md
Normal file
30
docs/resources/security.md
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "dokploy_security Resource - dokploy"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
HTTP basic authentication credentials protecting an application's domains.
|
||||
~> Dokploy stores the password hashed and does not return it. The value in Terraform state is the one you configured.
|
||||
---
|
||||
|
||||
# dokploy_security (Resource)
|
||||
|
||||
HTTP basic authentication credentials protecting an application's domains.
|
||||
|
||||
~> Dokploy stores the password hashed and does not return it. The value in Terraform state is the one you configured.
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `application_id` (String) Application these credentials protect.
|
||||
- `password` (String, Sensitive) Basic auth password.
|
||||
- `username` (String) Basic auth username.
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `created_at` (String) RFC 3339 timestamp of when the credentials were created.
|
||||
- `id` (String) Unique credential identifier.
|
||||
Reference in New Issue
Block a user