Skip to content

Conversation

@matttrach
Copy link
Collaborator

This change adds load balancer target groups and listeners.
Conceptually, this is a change where users must consider the application that they are building when making this part of the infrastructure.
There is a slight change to the interface, but none of the example usage was broken, so we are not considering this a breaking change. The access_ips optional variable will be replaced with access_info, a more complex argument, but necessary to facilitate proper creation of the load balancer resources. With this new format we are able to deploy listeners and target groups on the load balancer, then when a server is added we will be able to easily attach it to the load balancer with target group attachment objects.

Signed-off-by: matttrach <matt.trachier@suse.com>
@matttrach matttrach self-assigned this Apr 17, 2024
@matttrach matttrach requested a review from a team as a code owner April 17, 2024 17:02
Signed-off-by: matttrach <matt.trachier@suse.com>
@matttrach matttrach merged commit de2f8f0 into rancher:main Apr 17, 2024
matttrach added a commit to matttrach/terraform-aws-access that referenced this pull request Apr 17, 2024
* feat: adding listeners and targets
* fix: lint
---------

Signed-off-by: matttrach <matt.trachier@suse.com>
@matttrach matttrach deleted the add-lb-listeners branch April 17, 2024 20:33
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.

2 participants