AWS Secrets Manager and Terraform State Delete Issue
I recently ran into an issue with pushing up some Terraform changes and seeing the following error:
You can't perform this operation on the secret because it was marked for deletion
I was completely confused as if I read the error correctly I would have seen it was dealing with the Terraform itself. So let's explain how this issue occurred. Byβ¦