-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing attribute "confluent_topic_type" of Kafka topic config in Terraform provider #427
Comments
Hi Customer, Which TF provider version were you using to replicate this issue? And to replicate the issue, is the step-by-step workflow as below?
|
Also, could you please share how do you import the manually created Kafka topic through TF? You don't need to share the whole code block, the essential code snippet is okay. |
Important to create the topic through the UI ( TF import block
|
any update on the resolution of this issue ? Pull request |
Hello,
I have noticed that a new attribute, confluent_topic_type, is automatically added to Kafka Topic configurations when created manually through the Confluent portal.
However, I cannot find this attribute currently documented or supported in the Terraform provider for Kafka topics: Terraform Kafka Topic Resource.
Our workflow fails when attempting to import a manually created topic through Terraform, as it tries to remove the confluent.topic.type attribute:
Could you please assist with a fix for this issue?
The text was updated successfully, but these errors were encountered: