Skip to content
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

Merged
merged 2 commits into from
Oct 31, 2024
Merged

migrate: aws v2 - vpc lattice #771

merged 2 commits into from
Oct 31, 2024

Conversation

james03160927
Copy link
Contributor

Description

Partially fixing #770

TODOs

Read the Gruntwork contribution guidelines.

  • Update the docs.
  • Run the relevant tests successfully, including pre-commit checks.
  • Ensure any 3rd party code adheres with our license policy or delete this line if its not applicable.
  • Include release notes. If this PR is backward incompatible, include a migration guide.
  • Attention Grunts - if this PR adds support for a new resource, ensure the nuke_sandbox and nuke_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

@james03160927 james03160927 force-pushed the migrate/vpc-lattice branch 2 times, most recently from 0ee4078 to f2715cd Compare October 19, 2024 00:27
@wakeful
Copy link
Contributor

wakeful commented Oct 20, 2024

hey @james03160927

can you run

 go generate ./...

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

aws/resources/vpc_lattice_service_network.go Outdated Show resolved Hide resolved
aws/resources/vpc_lattice_service.go Outdated Show resolved Hide resolved
@james03160927
Copy link
Contributor Author

Hi @denis256, addressed your comments. PTAL.

denis256
denis256 previously approved these changes Oct 25, 2024
@james03160927 james03160927 force-pushed the migrate/vpc-lattice branch 2 times, most recently from 7bcaa30 to ab10ec7 Compare October 28, 2024 17:41

return nil
}
func (network *VPCLatticeService) waitUntilAllServiceAssociationDeleted(id *string) error {
Copy link
Member

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 ./...

Copy link
Contributor Author

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?

@james03160927 james03160927 merged commit 64efd22 into master Oct 31, 2024
3 checks passed
@james03160927 james03160927 deleted the migrate/vpc-lattice branch October 31, 2024 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants