-
Notifications
You must be signed in to change notification settings - Fork 724
aws-nuke doesn't remove IPAM resources. #834
Comments
IPAM is not a supported resource by aws-nuke to manage at that moment. Could you try to use CloudControl for that? The implementation should be pretty straightforward: aws-nuke/resources/cloudcontrol.go Lines 24 to 37 in e36ec1a
|
I have a wrapper script around aws-nuke that deletes a number of such things after aws-nuke runs. You can easily delete an entire ipam with this command:
The Hope this helps, in the meantime. |
Closing due to age, if this is still an issue, please open an issue at https://github.com/ekristen/aws-nuke Please see the copy of the notice from the README about the deprecation of this project. Sven was kind enough to grant me access to help triage and close issues and pull requests that have already been addressed in the actively maintained fork. Some additional information is located in the welcome issue for more information. Caution This repository for aws-nuke is no longer being actively maintained. We recommend users to switch to the actively maintained fork of this project at ekristen/aws-nuke. |
After running aws-nuke on an account containing an IPAM resources, I re-ran my Terraform IaC which recreates it (
aws_vpc_ipam
). I got:Expected behavior:
The text was updated successfully, but these errors were encountered: