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

feat: Additional target group attachments #351

Conversation

joshsizer
Copy link
Contributor

@joshsizer joshsizer commented Feb 9, 2024

Description

This adds a variable additional_target_group_attachments for specifying additional attachments for target groups.

Motivation and Context

This is particularly useful when the only handle you have to an instance is its IP address, and you need to provide multiple IPs to a target group.

Resolves #316

Breaking Changes

This does not break backwards compatibility.

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
    • I deployed the examples/complete-alb without my changes, and then with my changes. The target group ex-instance successfully deploys with an additional target, aws_instance.other
  • I have executed pre-commit run -a on my pull request

@joshsizer joshsizer changed the title feat: additional target group attachments feat: Additional target group attachments Feb 9, 2024
Copy link
Member

@bryantbiggs bryantbiggs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Lets give it a shot

@bryantbiggs
Copy link
Member

@antonbabenko when you get a chance, could you take a look at the wip required check on this repo

@antonbabenko antonbabenko merged commit b53ce70 into terraform-aws-modules:master Feb 11, 2024
9 checks passed
antonbabenko pushed a commit that referenced this pull request Feb 11, 2024
## [9.7.0](v9.6.0...v9.7.0) (2024-02-11)

### Features

* Additional target group attachments ([#351](#351)) ([b53ce70](b53ce70))
@antonbabenko
Copy link
Member

This PR is included in version 9.7.0 🎉

@joshsizer joshsizer deleted the allow-multiple-targets-for-target-group branch March 6, 2024 00:45
Copy link

github-actions bot commented Apr 5, 2024

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

More than one attach target in target groups
3 participants