Brandon Palmer
Brandon Palmer
Best I can guess, there is somehow an issue with processing the PEM when something other than file() is used? https://github.com/Mongey/terraform-provider-kafka/blob/master/kafka/config.go#L86
I was able to come to a work-around by doing a b64encode of the pem file and then base64decode that as the input for `ca_cert`. HEREDOC wouldn't work for me...
Hi @cyrilgdn -- what is the process for getting things like this approved and merged in? We have a bunch of additions we would love to add back into this...