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_listener data source #10181

Merged

Commits on Nov 17, 2016

  1. provider/aws: Add aws_alb_listener data source

    This adds the aws_alb_listener data source to get information on an AWS
    Application Load Balancer listener.
    
    The schema is slightly modified (only option-wise, attributes are the
    same) and we use the aws_alb_listener resource read function to get the
    data.
    
    Note that the HTTPS test here may fail due until
    hashicorp#10180 is merged.
    Chris Marchesi committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    d8b5bea View commit details
    Browse the repository at this point in the history
  2. provider/aws: Add aws_alb_listener data source docs

    Now documented.
    Chris Marchesi committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    4a57fcf View commit details
    Browse the repository at this point in the history