Closed benweint closed 3 years ago
I'm running into the same exact issue... would love for this to be merged so that I can move forward with versioning Kafka infrastructure!
Looks good. I changed the separator to be /
, as this is more inline with other providers.
Awesome, thank you @Mongey!
Big thanks to both of you @Mongey and @benweint for hooking this up!
This change should address the issue reported in #64 wherein it's not currently possible to import existing Kafka clusters.
The issue is that the read function for clusters requires both the cluster ID and the containing environment ID, which means that using the pass-through state importer function doesn't work.
I've addressed this by allowing clusters to be imported by passing an import ID of the form
<environment ID>/<cluster ID>
.