issues
search
Mongey
/
terraform-provider-kafka-connect
Terraform provider for managing Apache Kafka Connect
MIT License
110
stars
40
forks
source link
Returning err when unable to delete connector
#139
Closed
timtatt
closed
5 months ago
timtatt
commented
5 months ago
Current Behaviour:
When connector deletion fails, the destroy is marked as successful and state is removed
When trying to recreate the connector, it fails due to existing connector in the cluster
Desired Behaviour:
When connector deletion fails, error is bubbled to terraform
Current Behaviour:
Desired Behaviour: