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

data/aws: Consolidate pivate and public load balancer target groups #609

Commits on Nov 5, 2018

  1. data/aws: Consolidate pivate and public load balancer target groups

    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.
    wking committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    7931855 View commit details
    Browse the repository at this point in the history