-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
[New Resource]: aws_lb_target_registration
#32380
Conversation
Community NoteVoting for Prioritization
For Submitters
|
c6b7be6
to
e0510bd
Compare
Moving back into draft state while we assess whether we can standardize rules for registration/attachment type resources across the provider. |
Hello everyone - after some internal discussion, we decided to step back and assess how "relationship" resources have historically been handled in the AWS provider. This research has been collected in a new proposal #32552, currently open for community feedback. In summary, the AWS provider has historically maintained a strong preference for "singular" representations of parent-child relationships (ie. one child per resource versus many in a single resource). This means we'd propose leaving Given that this design decision has a practical impact on the resolution of this PR, please feel free to leave feedback on the proposal. We'll plan to leave it open for at least the next week to allow time for community suggestions. Thanks for your patience! |
The "relationship" resource proposal from #32552 has been accepted. As outlined in this standard, a plural load balancer target registrations resource does not follow preferred design patterns. We will be closing this PR and instead resolving the underlying issue with documentation enhancements added in #32518. |
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. |
Description
Adds a new
aws_lb_target_registration
resource, allowing practitioners to manage registration of multiple targets within the same resource. This behavior aligns more closely with the underlying RegisterTargets and DeregisterTargets APIs.The singular
aws_[lb|alb]_target_group_attachment
resource is now deprecated.Relations
Closes #9901
References
Output from Acceptance Testing