We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a81da commit 8eb8a93Copy full SHA for 8eb8a93
infra/mongo/mongo_db.tf
@@ -20,6 +20,30 @@ module "mongodb_collection_onboardings" {
20
{
21
keys = ["createdAt"]
22
unique = false
23
+ },
24
+ {
25
+ keys = ["origin"]
26
+ unique = false
27
28
29
+ keys = ["originId"]
30
31
32
33
+ keys = ["taxCode"]
34
35
36
37
+ keys = ["subunitCode"]
38
39
40
41
+ keys = ["productId"]
42
43
44
45
+ keys = ["status"]
46
47
}
48
]
49
0 commit comments