Install the Provider
You can install the Pulsar Terraform Provider using the following code snippet.Configure the Provider
Once you have added the provider to your Terraform configuration, you need to configure the provider with your Pulsar Cluster service url and credentials. Below is an example of configuring the provider to connect to a Pulsar cluster at<pulsar-cluster-service-url>
using Token authentication. Please make sure the token has the Super Admin permission in order to create resources within the Pulsar cluster.