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