kestra_binding
kestra_binding (Resource)
Manages a Kestra Binding.
Example Usage
hcl
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.
Import
Import is supported using the following syntax:
shell
terraform import kestra_binding.example {{binding_id}}
Was this page helpful?