Skip to content

Commit 5490913

Browse files
committed
terrafmt
1 parent cf7307c commit 5490913

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

internal/service/rds/cluster_test.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7275,12 +7275,12 @@ resource "aws_rds_cluster" "test" {
72757275
72767276
engine = aws_rds_global_cluster.test.engine
72777277
engine_version = aws_rds_global_cluster.test.engine_version
7278-
7279-
master_username = "tfacctest"
7280-
master_password = "avoid-plaintext-passwords"
7281-
skip_final_snapshot = true
7282-
apply_immediately = true
7283-
db_subnet_group_name = aws_db_subnet_group.test.name
7278+
7279+
master_username = "tfacctest"
7280+
master_password = "avoid-plaintext-passwords"
7281+
skip_final_snapshot = true
7282+
apply_immediately = true
7283+
db_subnet_group_name = aws_db_subnet_group.test.name
72847284
72857285
database_insights_mode = %[3]s
72867286
performance_insights_enabled = %[4]t

0 commit comments

Comments
 (0)