-
-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
migrate: aws v2 - vpc lattice #771
Conversation
0ee4078
to
f2715cd
Compare
hey @james03160927 can you run go generate ./... this should update the the |
b77275d
to
efabc7e
Compare
Hi @denis256, addressed your comments. PTAL. |
7bcaa30
to
ab10ec7
Compare
|
||
return nil | ||
} | ||
func (network *VPCLatticeService) waitUntilAllServiceAssociationDeleted(id *string) error { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Formatting still looks wrong
go fmt ./...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm should be good now? Can you check?
101a2e6
to
3f745f1
Compare
Description
Partially fixing #770
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