We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
terrafmt
1 parent cf7307c commit 5490913Copy full SHA for 5490913
internal/service/rds/cluster_test.go
@@ -7275,12 +7275,12 @@ resource "aws_rds_cluster" "test" {
7275
7276
engine = aws_rds_global_cluster.test.engine
7277
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
+
+ master_username = "tfacctest"
+ master_password = "avoid-plaintext-passwords"
+ skip_final_snapshot = true
+ apply_immediately = true
+ db_subnet_group_name = aws_db_subnet_group.test.name
7284
7285
database_insights_mode = %[3]s
7286
performance_insights_enabled = %[4]t
0 commit comments