I was trying create the topics in AWS MSK Cluster, but show this error below for me.
Error: kafka: client has run out of available brokers to talk to (Is your cluster reachable?)
on main.tf line 33, in resource "kafka_topic" "rfmkafkatopic":
33: resource "kafka_topic" "rfmkafkatopic" {
Note: I was running terraform plan by GitHub Actions. Do I need to set up some security group for example?
Hi guys,
I was trying create the topics in AWS MSK Cluster, but show this error below for me.
Note: I was running terraform plan by GitHub Actions. Do I need to set up some security group for example?
And I was using this module to create MSK cluster
My provider.tf file
My versions.tf file
my data.tf file