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-source/aws_db_subnet_group: create aws_db_subnet_group data-source #9525

Merged
merged 4 commits into from
Aug 27, 2020

Commits on Jun 30, 2020

  1. data-source/aws_db_subnet_group: create aws_db_subnet_group data-source

    Adds a data source for aws_db_subnet_group. Used aws_db_instance as a
    model for this work. Currently only allows looking up exactly one
    database subnet group using `name` as the argument, although the AWS RDS
    API also supports using `filters`. Returns all of the attributes listed
    on the AWS docs for the DBSubnetGroup data type. The `subnets` attribute
    contains a list of subnet identifiers.
    
    Resolves hashicorp#3326
    maxenglander authored and anGie44 committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    bf20428 View commit details
    Browse the repository at this point in the history
  2. CR updates

    anGie44 committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    fd15f38 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. update to support SDK v2

    anGie44 committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    afa8561 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. remove aws webite ref

    anGie44 committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    643e35e View commit details
    Browse the repository at this point in the history