kestra_binding
kestra_binding (Resource)
Manages a Kestra Binding.
This resource is only available on the Enterprise Edition
Example Usage
resource "kestra_binding" "example" { type = "GROUP" external_id = "68xAawPfiJPkTkZJIPX6jQ" role_id = "3kcvnr27ZcdHXD2AUvIe7z" namespace = "company.team"}
Schema
Required
external_id
(String) The binding external id.role_id
(String) The role id.type
(String) The binding type.
Optional
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_binding.example {{binding_id}}