File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff 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
1111411113resource "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
You can’t perform that action at this time.
0 commit comments