You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating acl's in terraform, i sucessfully recreated the acl's
module.msk[0].kafka_acl.read_acl: Creation complete after 0s [id=User:USERNAME|*|Read|Allow|Topic|*|Literal] module.msk[0].kafka_acl.write_acl: Creation complete after 1s [id=User:USERNAME|*|Write|Allow|Topic|*|Literal] module.msk[0].kafka_acl.describe_acl: Creation complete after 1s [id=User:USERNAME|*|Describe|Allow|Topic|*|Literal]
but i got the following error for all of my topics: Error: Empty Summary: This is always a bug in the provider and should be reported to the provider developers. │ │ with module.msk[0].kafka_topic.topics["TOPIC_NAME"], │ on msk/topics.tf line 6, in resource "kafka_topic" "topics": │ 6: resource "kafka_topic" "topics" {
Any news about this bug? I receive same error on v0.8.3 when trying to alter a topic (changed number of partitions):
Terraform will perform the following actions:
kafka_topic.kafka_topics["prepaid_osp"] will be updated in-place
~ resource "kafka_topic" "kafka_topics" {
id = "prepaid_osp"
name = "prepaid_osp"
~ partitions = 3 -> 12
# (2 unchanged attributes hidden)
}
kafka_topic.kafka_topics["prepaid_osp"]: Modifying... [id=prepaid_osp]
╷
│ Error: Empty Summary: This is always a bug in the provider and should be reported to the provider developers.
│
│ with kafka_topic.kafka_topics["prepaid_osp"],
│ on main.tf line 303, in resource "kafka_topic" "kafka_topics":
│ 303: resource "kafka_topic" "kafka_topics" {
After updating acl's in terraform, i sucessfully recreated the acl's
module.msk[0].kafka_acl.read_acl: Creation complete after 0s [id=User:USERNAME|*|Read|Allow|Topic|*|Literal] module.msk[0].kafka_acl.write_acl: Creation complete after 1s [id=User:USERNAME|*|Write|Allow|Topic|*|Literal] module.msk[0].kafka_acl.describe_acl: Creation complete after 1s [id=User:USERNAME|*|Describe|Allow|Topic|*|Literal]
but i got the following error for all of my topics:
Error: Empty Summary: This is always a bug in the provider and should be reported to the provider developers. │ │ with module.msk[0].kafka_topic.topics["TOPIC_NAME"], │ on msk/topics.tf line 6, in resource "kafka_topic" "topics": │ 6: resource "kafka_topic" "topics" {
kafka version: 0.7.1
The text was updated successfully, but these errors were encountered: