-
-
Notifications
You must be signed in to change notification settings - Fork 21
feat!: Support multiple endpoint groups, add custom routing module, AWS provider MSV 5 #16
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
feat!: Support multiple endpoint groups, add custom routing module, AWS provider MSV 5 #16
Conversation
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.
LGTM.
@bryantbiggs WDYT?
Amazing, ship it! |
## [3.0.0](v2.2.2...v3.0.0) (2025-01-24) ### ⚠ BREAKING CHANGES * Support multiple endpoint groups, add custom routing module, AWS provider MSV 5 (#16) ### Features * Support multiple endpoint groups, add custom routing module, AWS provider MSV 5 ([#16](#16)) ([4307cf2](4307cf2)) ### Bug Fixes * Update CI workflow versions to latest ([#15](#15)) ([0443981](0443981))
This PR is included in version 3.0.0 🎉 |
@antonbabenko looks like v3 didn't get published to the registry. Could you publish this when you have the chance please? 🙏 |
@magreenbaum I've just fixed it with the stick. :) |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Adds module for custom routing accelerators.
Adds support for multiple endpoint groups per listener.
Add standard accelerator
endpoint_configuration.attachment_arn
.Adds ARN outputs.
Motivation and Context
Closes: #3
resource.TestCheckResourceAttrSet
with ARN attributes:f
toi
services hashicorp/terraform-provider-aws#40930attachment_arn
toendpoint_configuration
hashicorp/terraform-provider-aws#39507aws_globalaccelerator_custom_routing_accelerator
hashicorp/terraform-provider-aws#28922Breaking Changes
Yes. AWS Provider MSV 5 and support for multiple endpoint groups per listener.
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request