Nathaniel B

Results 2 comments of Nathaniel B

This is happening for me with the creation of Kafka and Schema Registry API keys. If I do not provide the user_id block it creates it fine tied to the...

@jlamande did you try the following? ```hcl resource "kafka_acl" "acl" { resource_name = "kafka-cluster" resource_type = "Cluster" acl_principal = "User:XXXXXXX" acl_host = "*" acl_operation = "IdempotentWrite" acl_permission_type = "Allow" }...