Kestra Terraform Provider – Manage Security Integrations
Terraform Resource: kestra_security_integration
Manages a Kestra Security Integration. Note that when imported URI and secret token are not provided.
This resource is only available on the Enterprise Edition
Schema
Required
name(String) The name of the security integration.type(String) The type of the security integration.
Optional
description(String) The description of the security integration.
Read-Only
id(String) The ID of this resource.secret_token(String, Sensitive) The secret token of the security integration.tenant_id(String) The tenant id.uid(String) The unique identifier of the security integration.uri(String) The url of the security integration.
Was this page helpful?