Skip to content

Commit f070a06

Browse files
committed
Fix 'TestAccRDSInstance_ReplicateSourceDB_mssqlDomain'.
1 parent 8958831 commit f070a06

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

internal/service/rds/instance_test.go

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3065,7 +3065,6 @@ func TestAccRDSInstance_ReplicateSourceDB_mssqlDomain(t *testing.T) {
30653065
rName := sdkacctest.RandomWithPrefix(acctest.ResourcePrefix)
30663066
sourceResourceName := "aws_db_instance.source"
30673067
resourceName := "aws_db_instance.test"
3068-
30693068
domain := acctest.RandomDomain().String()
30703069

30713070
resource.ParallelTest(t, resource.TestCase{
@@ -11112,11 +11111,10 @@ resource "aws_security_group_rule" "test" {
1111211111
}
1111311112

1111411113
resource "aws_directory_service_directory" "directory" {
11115-
name = %[2]q
11116-
password_wo = ephemeral.aws_secretsmanager_random_password.test.random_password
11117-
password_wo_version = 1
11118-
type = "MicrosoftAD"
11119-
edition = "Standard"
11114+
name = %[2]q
11115+
password = "SuperSecretPassw0rd"
11116+
type = "MicrosoftAD"
11117+
edition = "Standard"
1112011118

1112111119
vpc_settings {
1112211120
vpc_id = aws_vpc.test.id

0 commit comments

Comments
 (0)