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

provider/aws: Initial support for Application Load Balancers #8254

Merged
merged 4 commits into from
Aug 17, 2016

Commits on Aug 17, 2016

  1. deps: Add AWS ELBv2 package

    jen20 committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    5ff28c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebdfe76 View commit details
    Browse the repository at this point in the history
  3. provider/aws: Add aws_alb resource

    This commit adds a resource, acceptance tests and documentation for the
    new Application Load Balancer (aws_alb). We choose to use the name alb
    over the package name, elbv2, in order to avoid confusion.
    
    This is the first in a series of commits to fully support the new
    resources necessary for Application Load Balancers.
    jen20 committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    0b421b6 View commit details
    Browse the repository at this point in the history
  4. provider/aws: Add aws_alb_target_group resource

    This commit adds a resource, acceptance tests and documentation for the
    Target Groups for Application Load Balancers.
    
    This is the second in a series of commits to fully support the new
    resources necessary for Application Load Balancers.
    jen20 committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    531a976 View commit details
    Browse the repository at this point in the history