Open kanthi-hpfc opened 3 years ago
Bug confirmed, hereby the debug log:
I think the problem is at resource_type must be "kafka-cluster". There is an issue with resolution under terraform-provider-kafka https://github.com/Mongey/terraform-provider-kafka/issues/155
That means we really cannot use it for confluent cloud right until that issue is resolved. For confluent cloud, we will want to give cluster level access to a specific named cluster
I think here resource_name = var.DEST_CLUSTER_ID you've to provide the Cluster Name not ID
Hi,
I tried to create a Cluster level Acl, using the following instructions:
For the resource name neither the Cluster Id nor the Cluster Name worked. I get the following exception:
Error: kafka server: This most likely occurs because of a request being malformed by the client library or the message was sent to an incompatible broker. See the broker logs for more details. │ │ with kafka_acl.LicenTopicAcl-Cluster-Create, │ on license-topic-acls.tf line 48, in resource "kafka_acl" "LicenTopicAcl-Cluster-Create": │ 48: resource "kafka_acl" "LicenTopicAcl-Cluster-Create" { │
Can you please confirm what is wrong in the format of the message?