I had created confluent cloud keys trough terraform. While working on some of the ACL on confluent I encountered a key expiration issue. then, I manually deleted the key from confluent cloud. After that, my ACL are not working. Any suggestion to how to fix it ?
Edit to add more details as people could not understand the problem. This is more of a confluent problem than it is of terraform.
ERROR
Error: error reading Kafka ACLs: 401 Unauthorized: Unauthorized
│
│ with confluent_kafka_acl.app-connector-read-on-target-topic[46],
│ on sink.tf line 158, in resource "confluent_kafka_acl" "app-connector-read-on-target-topic":
│ 158: resource "confluent_kafka_acl" "app-connector-read-on-target-topic" {
Confluent documentation below also highlights the
"You must set the cloud_api_key and cloud_api_secret provider arguments temporarily when you interact with the confluent_kafka_acl resource, because of some implementation details, otherwise you will see Error: 401 Unauthorized error."