This fixes the well-described issue in #39 - where ACL deletion fails due to the code throwing an error where no ACL exists, even though this is expected behavior upon (successful) deletion.
I have:
[X] Read and followed Crossplane's [contribution process].
[ ] Run make reviewable test to ensure this PR is ready for review.
How has this code been tested
We have been using this code with AWS MSK for quite some time without any issues.
Description of your changes
This fixes the well-described issue in #39 - where ACL deletion fails due to the code throwing an error where no ACL exists, even though this is expected behavior upon (successful) deletion.
I have:
make reviewable test
to ensure this PR is ready for review.How has this code been tested
We have been using this code with AWS MSK for quite some time without any issues.