Conor Mongey
Conor Mongey
@jonhoare Have you tried with v0.2.4 ?
this should be fixed... This works from me. ``` provider "consul" {} data "consul_keys" "kafka_servers" { datacenter = "dc1" # Read the launch AMI from Consul key { name =...
@dahooligan can you provide the full example?
@dependabot rebase
@dependabot rebase
Hi @thennati can you provide the full terraform you are using, and what version of Kafka this is on. Thanks!
@thennati I haven't had time to look at this yet
@jrasell 👋 Can you take a look? 👀
@canhanhan could the same outcome not be achieved by ignoring changes to the `replication_factor` via the builtin terraform lifecycle? ```tf resource "kafka_topic" "my_topic" { name = "my_topic" partitions = 3...