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

feat(rds): add support for IPV6 for RDS subnet groups #24822 #26185

Merged
merged 32 commits into from
Aug 25, 2022
Merged

feat(rds): add support for IPV6 for RDS subnet groups #24822 #26185

merged 32 commits into from
Aug 25, 2022

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    7be8351 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    f81a797 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    180657d View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG entries.

    ewbankkit committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    7ce4cc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b943e0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd9ce8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e00e777 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7147b4 View commit details
    Browse the repository at this point in the history
  7. r/aws_db_subnet_group: Tidy up 'TestAccRDSSubnetGroup_basic'.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccRDSSubnetGroup_basic' PKG=rds ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2  -run=TestAccRDSSubnetGroup_basic -timeout 180m
    === RUN   TestAccRDSSubnetGroup_basic
    === PAUSE TestAccRDSSubnetGroup_basic
    === CONT  TestAccRDSSubnetGroup_basic
    --- PASS: TestAccRDSSubnetGroup_basic (25.77s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/rds	29.721s
    ewbankkit committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    c7d8562 View commit details
    Browse the repository at this point in the history
  8. r/aws_db_subnet_group: Tidy up 'TestAccRDSSubnetGroup_namePrefix'.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccRDSSubnetGroup_namePrefix' PKG=rds ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2  -run=TestAccRDSSubnetGroup_namePrefix -timeout 180m
    === RUN   TestAccRDSSubnetGroup_namePrefix
    === PAUSE TestAccRDSSubnetGroup_namePrefix
    === CONT  TestAccRDSSubnetGroup_namePrefix
    --- PASS: TestAccRDSSubnetGroup_namePrefix (24.47s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/rds	28.710s
    ewbankkit committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    d68aa37 View commit details
    Browse the repository at this point in the history
  9. r/aws_db_subnet_group: Tidy up 'TestAccRDSSubnetGroup_nameGenerated'.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccRDSSubnetGroup_nameGenerated' PKG=rds ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2  -run=TestAccRDSSubnetGroup_nameGenerated -timeout 180m
    === RUN   TestAccRDSSubnetGroup_nameGenerated
    === PAUSE TestAccRDSSubnetGroup_nameGenerated
    === CONT  TestAccRDSSubnetGroup_nameGenerated
    --- PASS: TestAccRDSSubnetGroup_nameGenerated (22.72s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/rds	26.824s
    ewbankkit committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    dc1b6ca View commit details
    Browse the repository at this point in the history
  10. r/aws_db_subnet_group: Add 'TestAccRDSSubnetGroup_disappears'.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccRDSSubnetGroup_disappears' PKG=rds ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2  -run=TestAccRDSSubnetGroup_disappears -timeout 180m
    === RUN   TestAccRDSSubnetGroup_disappears
    === PAUSE TestAccRDSSubnetGroup_disappears
    === CONT  TestAccRDSSubnetGroup_disappears
    --- PASS: TestAccRDSSubnetGroup_disappears (22.43s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/rds	26.677s
    ewbankkit committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    7eb73d0 View commit details
    Browse the repository at this point in the history
  11. r/aws_db_subnet_group: Add 'TestAccRDSSubnetGroup_tags'.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccRDSSubnetGroup_tags' PKG=rds ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2  -run=TestAccRDSSubnetGroup_tags -timeout 180m
    === RUN   TestAccRDSSubnetGroup_tags
    === PAUSE TestAccRDSSubnetGroup_tags
    === CONT  TestAccRDSSubnetGroup_tags
    --- PASS: TestAccRDSSubnetGroup_tags (53.93s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/rds	57.831s
    ewbankkit committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    5b01a6d View commit details
    Browse the repository at this point in the history
  12. r/aws_db_subnet_group: Tidy up 'TestAccRDSSubnetGroup_updateDescripti…

    …on'.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccRDSSubnetGroup_updateDescription' PKG=rds ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2  -run=TestAccRDSSubnetGroup_updateDescription -timeout 180m
    === RUN   TestAccRDSSubnetGroup_updateDescription
    === PAUSE TestAccRDSSubnetGroup_updateDescription
    === CONT  TestAccRDSSubnetGroup_updateDescription
    --- PASS: TestAccRDSSubnetGroup_updateDescription (42.62s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/rds	46.481s
    ewbankkit committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    8e0f6d4 View commit details
    Browse the repository at this point in the history
  13. r/aws_db_subnet_group: Add 'TestAccRDSSubnetGroup_updateSubnets'.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccRDSSubnetGroup_updateSubnets' PKG=rds ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2  -run=TestAccRDSSubnetGroup_updateSubnets -timeout 180m
    === RUN   TestAccRDSSubnetGroup_updateSubnets
    === PAUSE TestAccRDSSubnetGroup_updateSubnets
    === CONT  TestAccRDSSubnetGroup_updateSubnets
    --- PASS: TestAccRDSSubnetGroup_updateSubnets (45.16s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/rds	49.065s
    ewbankkit committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    936bb5f View commit details
    Browse the repository at this point in the history
  14. r/aws_db_subnet_group: Tidy up 'TestAccRDSSubnetGroup_dualStack'.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccRDSSubnetGroup_dualStack' PKG=rds ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2  -run=TestAccRDSSubnetGroup_dualStack -timeout 180m
    === RUN   TestAccRDSSubnetGroup_dualStack
    === PAUSE TestAccRDSSubnetGroup_dualStack
    === CONT  TestAccRDSSubnetGroup_dualStack
    --- PASS: TestAccRDSSubnetGroup_dualStack (43.28s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/rds	47.297s
    ewbankkit committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    efea55c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e6387ef View commit details
    Browse the repository at this point in the history
  16. d/aws_db_subnet_group: Tidy up 'TestAccRDSSubnetGroupDataSource_basic'.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccRDSSubnetGroupDataSource_basic' PKG=rds ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2  -run=TestAccRDSSubnetGroupDataSource_basic -timeout 180m
    === RUN   TestAccRDSSubnetGroupDataSource_basic
    === PAUSE TestAccRDSSubnetGroupDataSource_basic
    === CONT  TestAccRDSSubnetGroupDataSource_basic
    --- PASS: TestAccRDSSubnetGroupDataSource_basic (23.33s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/rds	27.253s
    ewbankkit committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    050fe8a View commit details
    Browse the repository at this point in the history
  17. Additional CHANGELOG entry.

    ewbankkit committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    40ac712 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    668a879 View commit details
    Browse the repository at this point in the history
  2. r/aws_db_instance: Tidy up 'TestAccRDSInstance_MSSQL_tz'.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccRDSInstance_MSSQL_tz' PKG=rds ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2  -run=TestAccRDSInstance_MSSQL_tz -timeout 180m
    === RUN   TestAccRDSInstance_MSSQL_tz
    === PAUSE TestAccRDSInstance_MSSQL_tz
    === CONT  TestAccRDSInstance_MSSQL_tz
    --- PASS: TestAccRDSInstance_MSSQL_tz (1963.84s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/rds	1967.579s
    ewbankkit committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    f585559 View commit details
    Browse the repository at this point in the history
  3. r/aws_db_instance: Tidy up 'TestAccRDSInstance_DBSubnetGroupName_vpcS…

    …ecurityGroupIDs', 'TestAccRDSInstance_dbSubnetGroupName', 'TestAccRDSInstance_cloudWatchLogsExport' and 'TestAccRDSInstance_EnabledCloudWatchLogsExports_mySQL'.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccRDSInstance_DBSubnetGroupName_vpcSecurityGroupIDs\|TestAccRDSInstance_dbSubnetGroupName\|TestAccRDSInstance_cloudWatchLogsExport\|TestAccRDSInstance_EnabledCloudWatchLogsExports_mySQL' PKG=rds ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2  -run=TestAccRDSInstance_DBSubnetGroupName_vpcSecurityGroupIDs\|TestAccRDSInstance_dbSubnetGroupName\|TestAccRDSInstance_cloudWatchLogsExport\|TestAccRDSInstance_EnabledCloudWatchLogsExports_mySQL -timeout 180m
    === RUN   TestAccRDSInstance_dbSubnetGroupName
    === PAUSE TestAccRDSInstance_dbSubnetGroupName
    === RUN   TestAccRDSInstance_DBSubnetGroupName_vpcSecurityGroupIDs
    === PAUSE TestAccRDSInstance_DBSubnetGroupName_vpcSecurityGroupIDs
    === RUN   TestAccRDSInstance_cloudWatchLogsExport
    === PAUSE TestAccRDSInstance_cloudWatchLogsExport
    === RUN   TestAccRDSInstance_EnabledCloudWatchLogsExports_mySQL
    === PAUSE TestAccRDSInstance_EnabledCloudWatchLogsExports_mySQL
    === CONT  TestAccRDSInstance_dbSubnetGroupName
    === CONT  TestAccRDSInstance_cloudWatchLogsExport
    --- PASS: TestAccRDSInstance_dbSubnetGroupName (523.11s)
    === CONT  TestAccRDSInstance_DBSubnetGroupName_vpcSecurityGroupIDs
    --- PASS: TestAccRDSInstance_cloudWatchLogsExport (642.05s)
    === CONT  TestAccRDSInstance_EnabledCloudWatchLogsExports_mySQL
    --- PASS: TestAccRDSInstance_DBSubnetGroupName_vpcSecurityGroupIDs (464.91s)
    --- PASS: TestAccRDSInstance_EnabledCloudWatchLogsExports_mySQL (964.40s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/rds	1610.730s
    ewbankkit committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    ab87da6 View commit details
    Browse the repository at this point in the history
  4. r/aws_db_instance: Tidy up 'TestAccRDSInstance_SnapshotIdentifier_dbS…

    …ubnetGroupName' and 'TestAccRDSInstance_SnapshotIdentifier_dbSubnetGroupNameVPCSecurityGroupIDs'.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccRDSInstance_SnapshotIdentifier_dbSubnetGroupName\|TestAccRDSInstance_SnapshotIdentifier_dbSubnetGroupNameVPCSecurityGroupIDs' PKG=rds ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2  -run=TestAccRDSInstance_SnapshotIdentifier_dbSubnetGroupName\|TestAccRDSInstance_SnapshotIdentifier_dbSubnetGroupNameVPCSecurityGroupIDs -timeout 180m
    === RUN   TestAccRDSInstance_SnapshotIdentifier_dbSubnetGroupName
    === PAUSE TestAccRDSInstance_SnapshotIdentifier_dbSubnetGroupName
    === RUN   TestAccRDSInstance_SnapshotIdentifier_dbSubnetGroupNameRAMShared
    === PAUSE TestAccRDSInstance_SnapshotIdentifier_dbSubnetGroupNameRAMShared
    === RUN   TestAccRDSInstance_SnapshotIdentifier_dbSubnetGroupNameVPCSecurityGroupIDs
    === PAUSE TestAccRDSInstance_SnapshotIdentifier_dbSubnetGroupNameVPCSecurityGroupIDs
    === CONT  TestAccRDSInstance_SnapshotIdentifier_dbSubnetGroupName
    === CONT  TestAccRDSInstance_SnapshotIdentifier_dbSubnetGroupNameVPCSecurityGroupIDs
    --- PASS: TestAccRDSInstance_SnapshotIdentifier_dbSubnetGroupNameVPCSecurityGroupIDs (948.39s)
    === CONT  TestAccRDSInstance_SnapshotIdentifier_dbSubnetGroupNameRAMShared
        acctest.go:644: skipping test because at least one environment variable of [AWS_ALTERNATE_PROFILE AWS_ALTERNATE_ACCESS_KEY_ID] must be set. Usage: credentials for running acceptance testing in alternate AWS account.
    --- SKIP: TestAccRDSInstance_SnapshotIdentifier_dbSubnetGroupNameRAMShared (0.00s)
    --- PASS: TestAccRDSInstance_SnapshotIdentifier_dbSubnetGroupName (1122.32s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/rds	1126.783s
    ewbankkit committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    5eea5f8 View commit details
    Browse the repository at this point in the history
  5. r/aws_db_instance: Tidy up 'TestAccRDSInstance_coIPEnabled'.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccRDSInstance_coIPEnabled\|TestAccRDSInstance_CoIPEnabled_' PKG=rds ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2  -run=TestAccRDSInstance_coIPEnabled\|TestAccRDSInstance_CoIPEnabled_ -timeout 180m
    === RUN   TestAccRDSInstance_coIPEnabled
    === PAUSE TestAccRDSInstance_coIPEnabled
    === RUN   TestAccRDSInstance_CoIPEnabled_disabledToEnabled
    === PAUSE TestAccRDSInstance_CoIPEnabled_disabledToEnabled
    === RUN   TestAccRDSInstance_CoIPEnabled_enabledToDisabled
    === PAUSE TestAccRDSInstance_CoIPEnabled_enabledToDisabled
    === RUN   TestAccRDSInstance_CoIPEnabled_restoreToPointInTime
    === PAUSE TestAccRDSInstance_CoIPEnabled_restoreToPointInTime
    === RUN   TestAccRDSInstance_CoIPEnabled_snapshotIdentifier
    === PAUSE TestAccRDSInstance_CoIPEnabled_snapshotIdentifier
    === CONT  TestAccRDSInstance_coIPEnabled
    === CONT  TestAccRDSInstance_CoIPEnabled_enabledToDisabled
    === CONT  TestAccRDSInstance_coIPEnabled
        acctest.go:1346: skipping since no Outposts found
    --- SKIP: TestAccRDSInstance_coIPEnabled (1.36s)
    === CONT  TestAccRDSInstance_CoIPEnabled_snapshotIdentifier
    === CONT  TestAccRDSInstance_CoIPEnabled_enabledToDisabled
        acctest.go:1346: skipping since no Outposts found
    --- SKIP: TestAccRDSInstance_CoIPEnabled_enabledToDisabled (1.43s)
    === CONT  TestAccRDSInstance_CoIPEnabled_disabledToEnabled
    === CONT  TestAccRDSInstance_CoIPEnabled_snapshotIdentifier
        acctest.go:1346: skipping since no Outposts found
    --- SKIP: TestAccRDSInstance_CoIPEnabled_snapshotIdentifier (0.18s)
    === CONT  TestAccRDSInstance_CoIPEnabled_restoreToPointInTime
    === CONT  TestAccRDSInstance_CoIPEnabled_disabledToEnabled
        acctest.go:1346: skipping since no Outposts found
    --- SKIP: TestAccRDSInstance_CoIPEnabled_disabledToEnabled (0.20s)
    === CONT  TestAccRDSInstance_CoIPEnabled_restoreToPointInTime
        acctest.go:1346: skipping since no Outposts found
    --- SKIP: TestAccRDSInstance_CoIPEnabled_restoreToPointInTime (0.16s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/rds	12.436s
    ewbankkit committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    1b51df2 View commit details
    Browse the repository at this point in the history
  6. r/aws_db_instance: Tidy up 'TestAccRDSInstance_ReplicateSourceDB_netw…

    …orkType'.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccRDSInstance_ReplicateSourceDB_networkType' PKG=rds ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2  -run=TestAccRDSInstance_ReplicateSourceDB_networkType -timeout 180m
    === RUN   TestAccRDSInstance_ReplicateSourceDB_networkType
    === PAUSE TestAccRDSInstance_ReplicateSourceDB_networkType
    === CONT  TestAccRDSInstance_ReplicateSourceDB_networkType
        instance_test.go:1556: Step 2/2 error: Check failed: Check 4/4 error: aws_db_instance.test: Attribute 'network_type' expected "DUAL", got "IPV4"
    --- FAIL: TestAccRDSInstance_ReplicateSourceDB_networkType (1550.14s)
    FAIL
    FAIL	github.com/hashicorp/terraform-provider-aws/internal/service/rds	1554.676s
    FAIL
    make: *** [testacc] Error 1
    ewbankkit committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    5b375a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    49e5314 View commit details
    Browse the repository at this point in the history
  8. d/aws_db_instance: Tidy up.

    ewbankkit committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    09d078c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    12bf78d View commit details
    Browse the repository at this point in the history
  10. d/aws_db_instance: Tidy up 'TestAccRDSInstanceDataSource_basic'.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccRDSInstanceDataSource_' PKG=rds ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2  -run=TestAccRDSInstanceDataSource_ -timeout 180m
    === RUN   TestAccRDSInstanceDataSource_basic
    === PAUSE TestAccRDSInstanceDataSource_basic
    === CONT  TestAccRDSInstanceDataSource_basic
    --- PASS: TestAccRDSInstanceDataSource_basic (552.94s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/rds	556.921s
    ewbankkit committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    6dd1625 View commit details
    Browse the repository at this point in the history
  11. Update documentation.

    ewbankkit committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    44877e0 View commit details
    Browse the repository at this point in the history
  12. Fix terrafmt error.

    ewbankkit committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    e6c7f13 View commit details
    Browse the repository at this point in the history
  13. r/aws_db_instance: Add 'TestAccRDSInstance_networkType'.

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccRDSInstance_networkType\|TestAccRDSInstance_ReplicateSourceDB_networkType' PKG=rds ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 2  -run=TestAccRDSInstance_networkType\|TestAccRDSInstance_ReplicateSourceDB_networkType -timeout 180m
    === RUN   TestAccRDSInstance_networkType
    === PAUSE TestAccRDSInstance_networkType
    === RUN   TestAccRDSInstance_ReplicateSourceDB_networkType
    === PAUSE TestAccRDSInstance_ReplicateSourceDB_networkType
    === CONT  TestAccRDSInstance_networkType
    === CONT  TestAccRDSInstance_ReplicateSourceDB_networkType
    --- PASS: TestAccRDSInstance_networkType (874.92s)
    --- PASS: TestAccRDSInstance_ReplicateSourceDB_networkType (1591.78s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/rds	1595.484s
    ewbankkit committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    e25a80d View commit details
    Browse the repository at this point in the history