Skip to content

Commit 983c75d

Browse files
committed
Fix terrafmt errors.
1 parent a6cde67 commit 983c75d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/service/bedrockagent/knowledge_base_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1366,9 +1366,9 @@ resource "opensearch_index" "vector_index" {
13661366
}
13671367
}
13681368
})
1369-
1369+
13701370
lifecycle {
1371-
ignore_changes = [ mappings ]
1371+
ignore_changes = [mappings]
13721372
}
13731373
13741374
depends_on = [aws_opensearch_domain.knowledge_base]

0 commit comments

Comments
 (0)