Closed james03160927 closed 8 months ago
Looks like go mod tidy
wasn't executed:
$ git status
On branch 23-timing-out-nuke-through-cli
Your branch is up-to-date with 'origin/23-timing-out-nuke-through-cli'.
nothing to commit, working tree clean
$ go mod tidy
$ git status
On branch 23-timing-out-nuke-through-cli
Your branch is up-to-date with 'origin/23-timing-out-nuke-through-cli'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: go.mod
no changes added to commit (use "git add" and/or "git commit -a")
Description
Fixes https://github.com/gruntwork-io/cloud-nuke/issues/417
TODOs
Read the Gruntwork contribution guidelines.
nuke_sandbox
andnuke_phxdevops
jobs in.circleci/config.yml
have been updated with appropriate exclusions (either directly in the job or via the.circleci/nuke_config.yml
file) to prevent nuking IAM roles, groups, resources, etc that are important for the test accounts.Release Notes (draft)
Added / Removed / Updated [X].
Migration Guide