gruntwork-io / cloud-nuke

A tool for cleaning up your cloud accounts by nuking (deleting) all resources within it
https://gruntwork.io/
MIT License
2.81k stars 358 forks source link

elasticache nuke error #782

Closed denis256 closed 2 weeks ago

denis256 commented 2 weeks ago

Noticed that elasticache removal fails with error:

Nuking batch of 1 elasticache resource(s) in eu-central-1 [19/931]  2% | 6sERRO[2024-11-11T10:09:41Z] runtime error: invalid memory address or nil pointer dereference  binary=cloud-nuke version=e4e9493b52bd500015b49e2b3ed88a93fc3811fe
denis256 commented 2 weeks ago

log-1.txt

wakeful commented 2 weeks ago

Hey, I was able to reproduce the issue by creating a single-node cluster. I addressed the problem in #783.