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" {
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: