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 Source: aws_dx_connection #17852

Merged
merged 32 commits into from
Aug 25, 2021
Merged

New Data Source: aws_dx_connection #17852

merged 32 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 (#1…

    …3826).
    
    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 (#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
  22. data_source_aws_dx_connection

    Adam Smith authored and ewbankkit committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    e32ffd8 View commit details
    Browse the repository at this point in the history
  23. Add CHANGELOG entry.

    ewbankkit committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    95dc48b View commit details
    Browse the repository at this point in the history
  24. r/aws_dx_connection: Use internal finder and waiter packages.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccAwsDxConnection_'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAwsDxConnection_ -timeout 180m
    === 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.65s)
    --- PASS: TestAccAwsDxConnection_basic (30.83s)
    --- PASS: TestAccAwsDxConnection_Tags (68.13s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	74.122s
    ewbankkit committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    9f22903 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. r/aws_dx_lag: Use internal finder and waiter packages.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccAwsDxConnection_\|TestAccAwsDxLag_'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAwsDxConnection_\|TestAccAwsDxLag_ -timeout 180m
    === 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  TestAccAwsDxConnection_basic
    === CONT  TestAccAwsDxLag_disappears
    === CONT  TestAccAwsDxLag_Tags
    === CONT  TestAccAwsDxConnection_disappears
    === CONT  TestAccAwsDxConnection_Tags
    === CONT  TestAccAwsDxLag_basic
    --- PASS: TestAccAwsDxLag_disappears (19.44s)
    --- PASS: TestAccAwsDxConnection_disappears (19.49s)
    --- PASS: TestAccAwsDxConnection_basic (23.77s)
    --- PASS: TestAccAwsDxLag_basic (36.78s)
    --- PASS: TestAccAwsDxConnection_Tags (52.49s)
    --- PASS: TestAccAwsDxLag_Tags (53.92s)
    PASS
    ok      github.com/terraform-providers/terraform-provider-aws/aws       57.070s
    ewbankkit committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    5705bab View commit details
    Browse the repository at this point in the history
  2. r/aws_dx_connection_asociation: Use internal finder and waiter packages.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccAWSDxConnectionAssociation_'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSDxConnectionAssociation_ -timeout 180m
    === RUN   TestAccAWSDxConnectionAssociation_basic
    === PAUSE TestAccAWSDxConnectionAssociation_basic
    === RUN   TestAccAWSDxConnectionAssociation_multiConns
    === PAUSE TestAccAWSDxConnectionAssociation_multiConns
    === CONT  TestAccAWSDxConnectionAssociation_basic
    === CONT  TestAccAWSDxConnectionAssociation_multiConns
    --- PASS: TestAccAWSDxConnectionAssociation_basic (25.72s)
    --- PASS: TestAccAWSDxConnectionAssociation_multiConns (26.54s)
    PASS
    ok      github.com/terraform-providers/terraform-provider-aws/aws       34.593s
    ewbankkit committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    a97aa3c View commit details
    Browse the repository at this point in the history
  3. r/aws_dx_connection: Add 'owner_account_id' attribute.

    r/aws_dx_lag: Add 'owner_account_id' attribute.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccAwsDxConnection_basic\|TestAccAwsDxLag_basic'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAwsDxConnection_basic\|TestAccAwsDxLag_basic -timeout 180m
    === RUN   TestAccAwsDxConnection_basic
    === PAUSE TestAccAwsDxConnection_basic
    === RUN   TestAccAwsDxLag_basic
    === PAUSE TestAccAwsDxLag_basic
    === CONT  TestAccAwsDxConnection_basic
    === CONT  TestAccAwsDxLag_basic
    --- PASS: TestAccAwsDxConnection_basic (19.66s)
    --- PASS: TestAccAwsDxLag_basic (33.61s)
    PASS
    ok      github.com/terraform-providers/terraform-provider-aws/aws       36.900s
    ewbankkit committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    be11698 View commit details
    Browse the repository at this point in the history
  4. d/aws_dx_connection: Complete implementation.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccDataSourceAwsDxConnection_'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccDataSourceAwsDxConnection_ -timeout 180m
    === RUN   TestAccDataSourceAwsDxConnection_basic
    === PAUSE TestAccDataSourceAwsDxConnection_basic
    === CONT  TestAccDataSourceAwsDxConnection_basic
    --- PASS: TestAccDataSourceAwsDxConnection_basic (16.58s)
    PASS
    ok      github.com/terraform-providers/terraform-provider-aws/aws       21.036s
    ewbankkit committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    5e1c708 View commit details
    Browse the repository at this point in the history
  5. r/aws_dx_connection: Add 'provider_name' argument.

    r/aws_dx_lag: Add 'provider_name' argument.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccAwsDxConnection_basic\|TestAccAwsDxConnection_ProviderName'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAwsDxConnection_basic\|TestAccAwsDxConnection_ProviderName -timeout 180m
    === RUN   TestAccAwsDxConnection_basic
    === PAUSE TestAccAwsDxConnection_basic
    === RUN   TestAccAwsDxConnection_ProviderName
    === PAUSE TestAccAwsDxConnection_ProviderName
    === CONT  TestAccAwsDxConnection_basic
    === CONT  TestAccAwsDxConnection_ProviderName
    --- PASS: TestAccAwsDxConnection_basic (23.95s)
    --- PASS: TestAccAwsDxConnection_ProviderName (26.53s)
    PASS
    ok      github.com/terraform-providers/terraform-provider-aws/aws       32.586s
    % make testacc TESTARGS='-run=TestAccAwsDxLag_basic\|TestAccAwsDxLag_ProviderName'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAwsDxLag_basic\|TestAccAwsDxLag_ProviderName -timeout 180m
    === RUN   TestAccAwsDxLag_basic
    === PAUSE TestAccAwsDxLag_basic
    === RUN   TestAccAwsDxLag_ProviderName
    === PAUSE TestAccAwsDxLag_ProviderName
    === CONT  TestAccAwsDxLag_basic
    === CONT  TestAccAwsDxLag_ProviderName
    --- PASS: TestAccAwsDxLag_ProviderName (24.24s)
    --- PASS: TestAccAwsDxLag_basic (33.67s)
    PASS
    ok      github.com/terraform-providers/terraform-provider-aws/aws       39.380s
    ewbankkit committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    8ec4898 View commit details
    Browse the repository at this point in the history
  6. d/aws_dx_connection: Additional attributes.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccDataSourceAwsDxConnection_'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccDataSourceAwsDxConnection_ -timeout 180m
    === RUN   TestAccDataSourceAwsDxConnection_basic
    === PAUSE TestAccDataSourceAwsDxConnection_basic
    === CONT  TestAccDataSourceAwsDxConnection_basic
    --- PASS: TestAccDataSourceAwsDxConnection_basic (24.67s)
    PASS
    ok      github.com/terraform-providers/terraform-provider-aws/aws       29.105s
    ewbankkit committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    1ea9a08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20a66e9 View commit details
    Browse the repository at this point in the history
  8. Remove trailing whitespace.

    ewbankkit committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    7b99f14 View commit details
    Browse the repository at this point in the history