Kestra Terraform Provider – Read Groups
Terraform Data Source: kestra_group
Use this data source to access information about an existing Kestra Group.
This resource is only available on the Enterprise Edition
Example usage
data "kestra_group" "example" { group_id = "68xAawPfiJPkTkZJIPX6jQ"}Schema
Required
group_id(String) The group.
Optional
namespace(String) The linked namespace.
Read-Only
description(String) The group description.id(String) The ID of this resource.name(String) The group name.tenant_id(String) The tenant id.
Was this page helpful?