kestra_group
kestra_group (Resource)
Manages a Kestra Group.
This resource is only available on the Enterprise Edition
Example Usage
resource "kestra_group" "example" { namespace = "company.team" name = "Friendly name" description = "Friendly description"}
Schema
Required
name
(String) The group name.
Optional
description
(String) The group description.namespace
(String) The linked namespace.
Read-Only
id
(String) The ID of this resource.tenant_id
(String) The tenant id.
Import
Import is supported using the following syntax:
terraform import kestra_group.example {{group_id}}