# kestra_namespace_secret (Resource)
Manages a Kestra Namespace Secret.
# Example Usage
resource "kestra_namespace_secret" "example" {
namespace = "io.kestra.mynamespace"
secret_key = "MY_KEY"
secret_value = "my-r34l-53cr37"
}
# Schema
# Required
namespace
(String) The namespace.secret_key
(String) The namespace secrey key.secret_value
(String, Sensitive) The namespace secrey value.
# Read-Only
id
(String) The ID of this resource.