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

New data sources 'aws_dx_location' and 'aws_dx_locations' #9735

Merged
merged 21 commits into from
Aug 25, 2021

Commits on Aug 24, 2021

  1. New data sources 'aws_dx_location' and 'aws_dx_locations'.

    Kit Ewbank authored and ewbankkit committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    230dc6a View commit details
    Browse the repository at this point in the history
  2. Use 'aws_dx_locations' data source in 'aws_dx_connection' resource te…

    …sts.
    Kit Ewbank authored and ewbankkit committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    437dcef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2072769 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b764c25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    706a7bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e12f5a6 View commit details
    Browse the repository at this point in the history
  7. Corrections after rebase.

    ewbankkit committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    7ed2bcb View commit details
    Browse the repository at this point in the history
  8. Correct file name.

    ewbankkit committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    678a112 View commit details
    Browse the repository at this point in the history
  9. Add CHANGELOG entries.

    ewbankkit committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    d9fc99d View commit details
    Browse the repository at this point in the history
  10. Fix 'tfproviderdocs' error.

    ewbankkit committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    1ad2727 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2b27427 View commit details
    Browse the repository at this point in the history
  12. d/aws_dx_location(s): '%s' -> '%w' and 'TypeList' -> 'TypeSet'.

    Acceptance test output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccDataSourceAwsDxLocation_\|TestAccAwsDxConnection_\|TestAccAwsDxLag_'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccDataSourceAwsDxLocation_\|TestAccAwsDxConnection_\|TestAccAwsDxLag_ -timeout 120m
    === RUN   TestAccDataSourceAwsDxLocation_basic
    === PAUSE TestAccDataSourceAwsDxLocation_basic
    === RUN   TestAccAwsDxConnection_basic
    === PAUSE TestAccAwsDxConnection_basic
    === RUN   TestAccAwsDxConnection_Tags
    === PAUSE TestAccAwsDxConnection_Tags
    === RUN   TestAccAwsDxLag_basic
    === PAUSE TestAccAwsDxLag_basic
    === RUN   TestAccAwsDxLag_Tags
    === PAUSE TestAccAwsDxLag_Tags
    === CONT  TestAccDataSourceAwsDxLocation_basic
    === CONT  TestAccAwsDxLag_basic
    === CONT  TestAccAwsDxLag_Tags
    === CONT  TestAccAwsDxConnection_Tags
    === CONT  TestAccAwsDxConnection_basic
    --- PASS: TestAccDataSourceAwsDxLocation_basic (16.70s)
    --- PASS: TestAccAwsDxConnection_basic (35.62s)
    --- PASS: TestAccAwsDxConnection_Tags (49.72s)
    --- PASS: TestAccAwsDxLag_basic (49.83s)
    --- PASS: TestAccAwsDxLag_Tags (51.23s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	51.343s
    ewbankkit committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    aadfb1c View commit details
    Browse the repository at this point in the history
  13. d/aws_dx_location(s): Use internal finder package.

    Acceptance test output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccDataSourceAwsDxLocation_\|TestAccAwsDxConnection_\|TestAccAwsDxLag_'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccDataSourceAwsDxLocation_\|TestAccAwsDxConnection_\|TestAccAwsDxLag_ -timeout 120m
    === RUN   TestAccDataSourceAwsDxLocation_basic
    === PAUSE TestAccDataSourceAwsDxLocation_basic
    === RUN   TestAccAwsDxConnection_basic
    === PAUSE TestAccAwsDxConnection_basic
    === RUN   TestAccAwsDxConnection_Tags
    === PAUSE TestAccAwsDxConnection_Tags
    === RUN   TestAccAwsDxLag_basic
    === PAUSE TestAccAwsDxLag_basic
    === RUN   TestAccAwsDxLag_Tags
    === PAUSE TestAccAwsDxLag_Tags
    === CONT  TestAccDataSourceAwsDxLocation_basic
    === CONT  TestAccAwsDxLag_basic
    === CONT  TestAccAwsDxLag_Tags
    === CONT  TestAccAwsDxConnection_Tags
    === CONT  TestAccAwsDxConnection_basic
    --- PASS: TestAccDataSourceAwsDxLocation_basic (16.60s)
    --- PASS: TestAccAwsDxConnection_basic (31.50s)
    --- PASS: TestAccAwsDxLag_basic (46.54s)
    --- PASS: TestAccAwsDxConnection_Tags (46.93s)
    --- PASS: TestAccAwsDxLag_Tags (47.91s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	48.028s
    ewbankkit committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    2901c8d View commit details
    Browse the repository at this point in the history
  14. r/aws_dx_lag: Use internal finder package. Add '_disappears' test (ha…

    …shicorp#13826).
    
    Acceptance test output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAwsDxLag_'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAwsDxLag_ -timeout 120m
    === RUN   TestAccAwsDxLag_basic
    === PAUSE TestAccAwsDxLag_basic
    === RUN   TestAccAwsDxLag_disappears
    === PAUSE TestAccAwsDxLag_disappears
    === RUN   TestAccAwsDxLag_Tags
    === PAUSE TestAccAwsDxLag_Tags
    === CONT  TestAccAwsDxLag_basic
    === CONT  TestAccAwsDxLag_Tags
    === CONT  TestAccAwsDxLag_disappears
    --- PASS: TestAccAwsDxLag_disappears (26.06s)
    --- PASS: TestAccAwsDxLag_basic (40.96s)
    --- PASS: TestAccAwsDxLag_Tags (53.00s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	53.107s
    ewbankkit committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    73a6252 View commit details
    Browse the repository at this point in the history
  15. r/aws_dx_connection: Use internal finder package. Add '_disappears' t…

    …est (hashicorp#13826).
    
    Acceptance test output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAwsDxConnection_'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAwsDxConnection_ -timeout 120m
    === RUN   TestAccAwsDxConnection_basic
    === PAUSE TestAccAwsDxConnection_basic
    === RUN   TestAccAwsDxConnection_disappears
    === PAUSE TestAccAwsDxConnection_disappears
    === RUN   TestAccAwsDxConnection_Tags
    === PAUSE TestAccAwsDxConnection_Tags
    === CONT  TestAccAwsDxConnection_basic
    === CONT  TestAccAwsDxConnection_Tags
    === CONT  TestAccAwsDxConnection_disappears
    --- PASS: TestAccAwsDxConnection_disappears (24.89s)
    --- PASS: TestAccAwsDxConnection_basic (29.22s)
    --- PASS: TestAccAwsDxConnection_Tags (51.74s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	51.844s
    ewbankkit committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    f30a8d7 View commit details
    Browse the repository at this point in the history
  16. Fix 'golangci-lint' errors.

    ewbankkit committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    f52c8ff View commit details
    Browse the repository at this point in the history
  17. Fix rebase errors.

    ewbankkit committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    4f32c2b View commit details
    Browse the repository at this point in the history
  18. Fix 'XAT001: missing ErrorCheck' errors.

    Acceptance test output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccDataSourceAwsDxLocation_\|TestAccAwsDxConnection_\|TestAccAwsDxLag_'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccDataSourceAwsDxLocation_\|TestAccAwsDxConnection_\|TestAccAwsDxLag_ -timeout 180m
    === RUN   TestAccDataSourceAwsDxLocation_basic
    === PAUSE TestAccDataSourceAwsDxLocation_basic
    === RUN   TestAccAwsDxConnection_basic
    === PAUSE TestAccAwsDxConnection_basic
    === RUN   TestAccAwsDxConnection_disappears
    === PAUSE TestAccAwsDxConnection_disappears
    === RUN   TestAccAwsDxConnection_Tags
    === PAUSE TestAccAwsDxConnection_Tags
    === RUN   TestAccAwsDxLag_basic
    === PAUSE TestAccAwsDxLag_basic
    === RUN   TestAccAwsDxLag_disappears
    === PAUSE TestAccAwsDxLag_disappears
    === RUN   TestAccAwsDxLag_Tags
    === PAUSE TestAccAwsDxLag_Tags
    === CONT  TestAccDataSourceAwsDxLocation_basic
    === CONT  TestAccAwsDxLag_basic
    === CONT  TestAccAwsDxLag_Tags
    === CONT  TestAccAwsDxLag_disappears
    === CONT  TestAccAwsDxConnection_disappears
    === CONT  TestAccAwsDxConnection_Tags
    === CONT  TestAccAwsDxConnection_basic
    --- PASS: TestAccDataSourceAwsDxLocation_basic (19.49s)
    --- PASS: TestAccAwsDxConnection_disappears (34.47s)
    --- PASS: TestAccAwsDxConnection_basic (35.24s)
    --- PASS: TestAccAwsDxLag_disappears (35.80s)
    --- PASS: TestAccAwsDxLag_basic (54.60s)
    --- PASS: TestAccAwsDxConnection_Tags (66.02s)
    --- PASS: TestAccAwsDxLag_Tags (66.93s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	67.049s
    ewbankkit committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    2a780c3 View commit details
    Browse the repository at this point in the history
  19. Fix review comments.

    ewbankkit committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    0021686 View commit details
    Browse the repository at this point in the history
  20. Tweak DirectConnect finders.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccDataSourceAwsDxLocation_\|TestAccAwsDxConnection_\|TestAccAwsDxLag_'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccDataSourceAwsDxLocation_\|TestAccAwsDxConnection_\|TestAccAwsDxLag_ -timeout 180m
    === RUN   TestAccDataSourceAwsDxLocation_basic
    === PAUSE TestAccDataSourceAwsDxLocation_basic
    === RUN   TestAccAwsDxConnection_basic
    === PAUSE TestAccAwsDxConnection_basic
    === RUN   TestAccAwsDxConnection_disappears
    === PAUSE TestAccAwsDxConnection_disappears
    === RUN   TestAccAwsDxConnection_Tags
    === PAUSE TestAccAwsDxConnection_Tags
    === RUN   TestAccAwsDxLag_basic
    === PAUSE TestAccAwsDxLag_basic
    === RUN   TestAccAwsDxLag_disappears
    === PAUSE TestAccAwsDxLag_disappears
    === RUN   TestAccAwsDxLag_Tags
    === PAUSE TestAccAwsDxLag_Tags
    === CONT  TestAccDataSourceAwsDxLocation_basic
    === CONT  TestAccAwsDxLag_basic
    === CONT  TestAccAwsDxLag_disappears
    === CONT  TestAccAwsDxConnection_Tags
    === CONT  TestAccAwsDxLag_Tags
    === CONT  TestAccAwsDxConnection_basic
    === CONT  TestAccAwsDxConnection_disappears
    --- PASS: TestAccDataSourceAwsDxLocation_basic (19.84s)
    --- PASS: TestAccAwsDxConnection_disappears (32.71s)
    --- PASS: TestAccAwsDxLag_disappears (32.74s)
    --- PASS: TestAccAwsDxConnection_basic (40.63s)
    --- PASS: TestAccAwsDxLag_basic (54.71s)
    --- PASS: TestAccAwsDxConnection_Tags (68.14s)
    --- PASS: TestAccAwsDxLag_Tags (68.96s)
    PASS
    ok      github.com/terraform-providers/terraform-provider-aws/aws       72.257s
    ewbankkit committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    71cbd81 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1274562 View commit details
    Browse the repository at this point in the history