Skip to content

Commit 57cb6ca

Browse files
committed
Update firestore_composite_index_config.tf
1 parent 9de9df0 commit 57cb6ca

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

packages/firestore/firestore_composite_index_config.tf

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,24 @@ locals {
388388
field_path = "`field\\\\slash`"
389389
order = "DESCENDING"
390390
},
391-
]
391+
],
392+
index25 = [
393+
{
394+
field_path = "testId"
395+
order = "ASCENDING"
396+
},
397+
{
398+
field_path = "v"
399+
order = "ASCENDING"
400+
},
401+
{
402+
field_path = "key"
403+
order = "ASCENDING"
404+
},
405+
{
406+
field_path = "sort"
407+
order = "ASCENDING"
408+
},
409+
]
392410
}
393411
}

0 commit comments

Comments
 (0)