We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I could add and configure the confluent kafka replicator custom connector manully (https://www.confluent.io/hub/confluentinc/kafka-connect-replicator?_ga=2.168227108.461229490.1731923735-1325076423.1727250622&_gac=1.19373514.1731926129.Cj0KCQiA6Ou5BhCrARIsAPoTxrDuTAPqKIm6sKgV33s84T9m1AILOTkoCf_A6fDvPkWic3Oe_vf30ckaAi98EALw_wcB&_gl=1*mpufiw*_gcl_aw*R0NMLjE3MzE5MjYxMjkuQ2owS0NRaUE2T3U1QmhDckFSSXNBUG9UeHJEdVRBUHFLSW02c0tnVjMzczg0VDltMUFJTE9Ua29DZl9BNmZEdlBrV2ljM09lX3ZmMzBja2FBaTk4RUFMd193Y0I.*_gcl_au*ODYzMTIzODA3LjE3MjcyNTA2MjEuMTY3MDMyODg3NC4xNzI4OTExMDUwLjE3Mjg5MTEwNTA.*_ga*MTMyNTA3NjQyMy4xNzI3MjUwNjIy*_ga_D2D3EGKSGD*MTczMjA4ODIzOS45NC4xLjE3MzIwOTEwOTguMTUuMC4w). Now I want to use terraform to create a confluent replicator connector. To configure this connector I need to add several networking endpoints (see in the following screenshot).
Unfortunatelly I could not find where to set the network endpoints arguments in Terraform. Do I need to set the network endpoints manully after the connecor is created by terraform? https://registry.terraform.io/providers/confluentinc/confluent/latest/docs/resources/confluent_connector
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I could add and configure the confluent kafka replicator custom connector manully (https://www.confluent.io/hub/confluentinc/kafka-connect-replicator?_ga=2.168227108.461229490.1731923735-1325076423.1727250622&_gac=1.19373514.1731926129.Cj0KCQiA6Ou5BhCrARIsAPoTxrDuTAPqKIm6sKgV33s84T9m1AILOTkoCf_A6fDvPkWic3Oe_vf30ckaAi98EALw_wcB&_gl=1*mpufiw*_gcl_aw*R0NMLjE3MzE5MjYxMjkuQ2owS0NRaUE2T3U1QmhDckFSSXNBUG9UeHJEdVRBUHFLSW02c0tnVjMzczg0VDltMUFJTE9Ua29DZl9BNmZEdlBrV2ljM09lX3ZmMzBja2FBaTk4RUFMd193Y0I.*_gcl_au*ODYzMTIzODA3LjE3MjcyNTA2MjEuMTY3MDMyODg3NC4xNzI4OTExMDUwLjE3Mjg5MTEwNTA.*_ga*MTMyNTA3NjQyMy4xNzI3MjUwNjIy*_ga_D2D3EGKSGD*MTczMjA4ODIzOS45NC4xLjE3MzIwOTEwOTguMTUuMC4w). Now I want to use terraform to create a confluent replicator connector.
To configure this connector I need to add several networking endpoints (see in the following screenshot).
Unfortunatelly I could not find where to set the network endpoints arguments in Terraform. Do I need to set the network endpoints manully after the connecor is created by terraform?
https://registry.terraform.io/providers/confluentinc/confluent/latest/docs/resources/confluent_connector
The text was updated successfully, but these errors were encountered: