Skip to content

Commit 706c3f3

Browse files
committed
Fix terrafmt errors.
1 parent c0c9b93 commit 706c3f3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

internal/service/opensearch/domain_test.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4253,15 +4253,15 @@ resource "aws_opensearch_domain" "test" {
42534253
volume_size = 10
42544254
}
42554255
4256-
aiml_options {
4257-
natural_language_query_generation_options {
4258-
desired_state = %[2]q
4259-
}
4256+
aiml_options {
4257+
natural_language_query_generation_options {
4258+
desired_state = %[2]q
4259+
}
42604260
4261-
s3_vectors_engine {
4262-
enabled = %[3]t
4263-
}
4264-
}
4261+
s3_vectors_engine {
4262+
enabled = %[3]t
4263+
}
4264+
}
42654265
}
42664266
`, rName, desiredState, S3VecotrsEnabled)
42674267
}

0 commit comments

Comments
 (0)