kestra_namespace_secret
kestra_namespace_secret (Resource)
Manages a Kestra Namespace Secret.
This resource is only available on the Enterprise Edition
Example Usage
resource "kestra_namespace_secret" "example" { namespace = "company.team" secret_key = "MY_KEY" secret_value = "my-r34l-53cr37"}
Schema
Required
namespace
(String) The namespace.secret_key
(String) The namespace secret key.secret_value
(String, Sensitive) The namespace secret value.
Optional
secret_description
(String) The namespace secret description.secret_tags
(Map of String) The namespace secret description.
Read-Only
id
(String) The ID of this resource.tenant_id
(String) The tenant id.