Closed mmajis closed 4 years ago
So yeah, I was creating the same ACL entry from multiple resources and that’s why removal failed for the second resource after the first resource had removed the ACL. So I guess this is not a bug.
The deprecation warning may be something to look at.
Putting this to good use with a Confluent Cloud setup. Many thanks for writing the provider!
Given an ACL resource like this:
When that gets removed from the terraform config, applying the ACL deletion will fail with:
A related error during
terraform plan
may be:It seems the
resource_pattern_type_filter
variable is not required and defaults to"Literal"
which could cause this discrepancy between the planned value and config?https://github.com/Mongey/terraform-provider-kafka/blob/master/kafka/resource_kafka_acl.go#L35