Kestra Terraform Provider – Manage User Passwords
Terraform Resource: kestra_user_password
Manages a Kestra User Basic Auth Password.
This resource is only available on the Enterprise Edition
Example usage
resource "kestra_user_password" "example" { user_id = "4by6NvSLcPXFhCj8nwbZOM" password = "my-random-password"}Schema
Required
password(String, Sensitive) The user password.user_id(String) The user id.
Read-Only
id(String) The ID of this resource.
Was this page helpful?