Skip to content

Commit 4af9721

Browse files
authored
fix: typo in online archive "custom criteria" resource example (#1372)
1 parent 6dac4fc commit 4af9721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/online_archive.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ resource "mongodbatlas_online_archive" "test" {
6464
order = 0
6565
}
6666
67-
partitions_fields {
67+
partition_fields {
6868
field_name = "secondName"
6969
order = 1
7070
}

0 commit comments

Comments
 (0)