kafka terraform: Mongey/kafka provider setup

<p>Obtaining bootstrap servers and&nbsp;<code>ca.cert</code>&nbsp;are straight forward. Getting&nbsp;<code>cert.pem</code>&nbsp;and&nbsp;<code>key.pem</code>&nbsp;requires some work.</p> <p>Below describe how to obtain these fields.</p> <h1>Bootstrap Servers</h1> <p>bootstrap_server can be obtained either from console UI:</p> <p><code>Amazon MSK / Clusters / &lt;cluster&gt;,<br /> then click on &quot;View client information&quot; button.</code></p> <p>OR via command line</p> <pre> aws kafka get-bootstrap-brokers --cluster-arn $my-cluster-arn</pre> <p>In the return string, look for&nbsp;<code>BootstrapBrokerStringTls</code>&nbsp;entry</p> <p><a href="https://awstip.com/kafka-terraform-mongey-kafka-provider-setup-da3f39f82fcc"><strong>Visit Now</strong></a></p>