Open cconnorsada opened 5 hours ago
@cconnorsada, thank you for creating the issue!
We’ve confirmed that this is a limitation of the TF Provider, and we have created an internal Jira ticket (APIT-2636) to address it.
As a quick workaround, could you try using the Confluent CLI to create a custom connector plugin and then use terraform import?
Hi @linouk23,
I will try with the import, it does limit our programmatic use of the Confluent Cloud platform though if we have a manual step in the cluster loop. Looking forward to a resolution in the future!
I'll let you know how it goes once I try it on Monday. Have a good weekend. :)
Hello, I'm trying to upload a custom connector to AZURE to use in my Confluent Cloud Kafka cluster.
I was able to upload the connector successfully without issue using the default (AWS). However when I use the
cloud
input variable to the resource with theAZURE
value I get this in return.Unfortunately because my Kafka cluster is in Azure it also requires the custom connector to be uploaded in Azure. I don't see any other input variables required when using Azure so I'm not sure why it's giving a bad request.
This is the terraform code in question,
I'm not sure if this is an issue with the resource itself or if I'm missing something in my code.
Thanks for any help.