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

Added data source for aws_route_tables #4841

Merged
merged 4 commits into from
Jun 26, 2018
Merged

Added data source for aws_route_tables #4841

merged 4 commits into from
Jun 26, 2018

Commits on Jun 14, 2018

  1. Added data source for aws_route_table_ids

    This allow lookup of a list of route table ids similar to the
    existing aws_subnet_ids data source.
    jesseaukeman committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    38e9987 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. Renamed data source from aws_route_table_ids to aws_route_tables.

    Renamed the files and functions to match.
    jesseaukeman committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    b4cf044 View commit details
    Browse the repository at this point in the history
  2. - Update naming references consistent for aws_route_tables (rather th…

    …an aws_route_table_ids).
    
    - Change vpc_id to be optional rather than required attribute.
    - Update to use aws.StringValue helper rather than directly dereferencing routeTable.RouteTableId
    - Add check for error when using d.Set with aggregate type.
    jesseaukeman committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    1eeea37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43ea438 View commit details
    Browse the repository at this point in the history