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: Add aws_alb data source #10196

Merged
merged 2 commits into from
Nov 21, 2016

Commits on Nov 19, 2016

  1. provider/aws: Add aws_alb data source

    This adds the aws_alb data source for getting information on an AWS
    Application Load Balancer.
    
    The schema is nearly the same as the resource of the same name, with
    most of the resource population logic de-coupled into its own function
    so that they can be shared between the resource and data source.
    Chris Marchesi committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    91bbb32 View commit details
    Browse the repository at this point in the history
  2. provider/aws: aws_alb data source language revisions

     * Multiple/zero result error slightly updated to be a bit more
       specific.
     * Fixed relic of the copy of the resource docs (resource -> data
       source)
    Chris Marchesi committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    449d04a View commit details
    Browse the repository at this point in the history