Skip to content

Commit 8e48cbc

Browse files
committed
Fixes RDS Cluster
1 parent a4648e2 commit 8e48cbc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

internal/service/appsync/datasource_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,16 +1223,10 @@ resource "aws_secretsmanager_secret_version" "test" {
12231223
resource "aws_rds_cluster" "test" {
12241224
cluster_identifier = %[1]q
12251225
engine = %[2]q
1226-
engine_mode = "serverless"
12271226
database_name = "mydb"
12281227
master_username = "foo"
12291228
master_password = "mustbeeightcharaters"
12301229
skip_final_snapshot = true
1231-
1232-
scaling_configuration {
1233-
min_capacity = 1
1234-
max_capacity = 2
1235-
}
12361230
}
12371231
12381232
resource "aws_iam_role" "test" {

0 commit comments

Comments
 (0)