Files
terraform-provider-dokploy/docs/resources/security.md
Max Vojtkov a6d8aa8b52 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.
2026-08-09 12:17:26 +03:00

31 lines
956 B
Markdown

---
# 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.