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

migrate: aws v2 - vpc lattice #771

Closed james03160927 closed 4 weeks ago

james03160927 commented 1 month ago

Description

Partially fixing https://github.com/gruntwork-io/cloud-nuke/issues/770

TODOs

Read the Gruntwork contribution guidelines.

Release Notes (draft)

Added / Removed / Updated [X].

Migration Guide

wakeful commented 1 month ago

hey @james03160927

can you run

 go generate ./...

this should update the the v2_migration_report/output.md file.

james03160927 commented 1 month ago

Hi @denis256, addressed your comments. PTAL.