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

service/directconnect: First half of support for Gateway Association Proposals #8320

Merged
merged 5 commits into from
Apr 24, 2019

Commits on Apr 15, 2019

  1. resource/aws_dx_gateway: Add owner_account_id attribute

    Reference: #8100
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAwsDxGateway_basic (32.10s)
    ```
    bflad committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    91d106f View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. data-source/aws_dx_gateway: Add owner_account_id attribute

    Reference: #8100
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccDataSourceAwsDxGateway_Basic (36.63s)
    ```
    bflad committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    55af48d View commit details
    Browse the repository at this point in the history
  2. New Resource: aws_dx_gateway_association_proposal

    Reference: #8100
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAwsDxGatewayAssociationProposal_disappears (56.84s)
    --- PASS: TestAccAwsDxGatewayAssociationProposal_basic (58.66s)
    --- PASS: TestAccAwsDxGatewayAssociationProposal_AllowedPrefixes (76.24s)
    ```
    bflad committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    1af4870 View commit details
    Browse the repository at this point in the history
  3. service/directconnect: go fmt

    bflad committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    2e7b488 View commit details
    Browse the repository at this point in the history
  4. docs/resource/aws_dx_gateway_association: Cross link new aws_dx_gatew…

    …ay_association_proposal resource
    
    Reference: #8100
    bflad committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    6b82e24 View commit details
    Browse the repository at this point in the history