Kestra Terraform Provider – Manage Groups
Terraform Resource: kestra_group
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}}Was this page helpful?