Slackbot
10/29/2024, 10:20 PMuser
10/29/2024, 10:20 PMhcl resource "airbyte_source_custom" "custom" { name = "custom source connector" workspace_id = var.workspace_id definition_id = "d96b3d38-a35c-4f68-902d-212f4b214ed2" configuration = "{\"configuration_1\": \"setting_1\"}" }
[Source](https://github.com/airbytehq/airbyte/issues/32744) After creating your custom connector, you can use it in your Airbyte workspace without needing access to the Airbyte code or using abctl install
. Remember to follow the [best practices for connector development](https://docs.airbyte.com/connector-development/best-practices) when creating your custom connector.