-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
data/aws: Consolidate pivate and public load balancer target groups #609
data/aws: Consolidate pivate and public load balancer target groups #609
Conversation
d59dd15
to
24b53c6
Compare
Rebased around #608 with d59dd15 -> 24b53c6. |
2018 and we're still putting up with out-of-bounds errors...
|
/retest |
|
24b53c6
to
920cca4
Compare
Fixed with 24b53c6 -> 920cca4. |
The listeners may be private or public, but as far as the bootstrap and master modules are concerned, these are just lists of ARNs that need attaching. This partially unwinds changes from 16dfbb3 (data/aws: use nlbs instead of elbs, 2018-01-01, openshift#594), before which the bootstrap module used a unified list of load balancers while the master module made private/public distinctions. While I'm touching variables.tf, I've alphabetized the dns_server_ip and kubeconfig_content entries as well.
920cca4
to
7931855
Compare
All green :) |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: crawford, wking The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The listeners may be private or public, but as far as the bootstrap and master modules are concerned, these are just lists of ARNs that need attaching. This partially unwinds changes from 16dfbb3 (#594), before which the bootstrap module used a unified list of load balancers while the master module made private/public distinctions.
CC @crawford