Kestra Terraform Provider – Read Bindings
Terraform Data Source: kestra_binding
Use this data source to access information about an existing Kestra binding
This resource is only available on the Enterprise Edition
Example usage
data "kestra_binding" "example" { binding_id = "65DsawPfiJPkTkZJIPX6jQ"}Schema
Required
binding_id(String) The binding id.
Read-Only
external_id(String) The binding external id.id(String) The ID of this resource.namespace(String) The linked namespace.role_id(String) The role id.tenant_id(String) The tenant id.type(String) The binding type.
Was this page helpful?