Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sacha Brants
infra-azure-provisioning
Commits
d2f1a0f2
Commit
d2f1a0f2
authored
Nov 23, 2020
by
Vineeth Guna [Microsoft]
Committed by
Kishore Battula
Nov 23, 2020
Browse files
Added new cosmos collection for storing custom operator metadata
parent
e539a69d
Changes
2
Hide whitespace changes
Inline
Side-by-side
infra/templates/osdu-r3-mvp/data_partition/terraform.tfvars
View file @
d2f1a0f2
...
...
@@ -148,6 +148,11 @@ cosmos_sql_collections = [
name = "FileLocationEntity"
database_name = "osdu-db"
partition_key_path = "/id"
},
{
name = "WorkflowCustomOperatorInfo"
database_name = "osdu-db"
partition_key_path = "/operatorId"
}
]
...
...
infra/templates/osdu-r3-mvp/data_partition/tests/unit/unit_test.go
View file @
d2f1a0f2
...
...
@@ -49,7 +49,7 @@ func TestTemplate(t *testing.T) {
TfOptions
:
tfOptions
,
Workspace
:
workspace
,
PlanAssertions
:
nil
,
ExpectedResourceCount
:
9
0
,
ExpectedResourceCount
:
9
1
,
ExpectedResourceAttributeValues
:
resourceDescription
,
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment