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
Open Subsurface Data Universe Software
Platform
Deployment and Operations
infra-azure-provisioning
Commits
6b1baf37
Commit
6b1baf37
authored
Nov 10, 2020
by
Daniel Scholl
Browse files
Merge branch 'adding_cosmos_container_file_service' into 'master'
adding container for file service See merge request
!61
parents
57a9b832
683d8725
Changes
2
Hide whitespace changes
Inline
Side-by-side
infra/templates/osdu-r3-mvp/data_partition/terraform.tfvars
View file @
6b1baf37
...
...
@@ -140,6 +140,11 @@ cosmos_sql_collections = [
name = "WorkflowTasksSharingInfo"
database_name = "osdu-db"
partition_key_path = "/workflowId"
},
{
name = "FileLocationEntity"
database_name = "osdu-db"
partition_key_path = "/id"
}
]
...
...
infra/templates/osdu-r3-mvp/data_partition/tests/unit/unit_test.go
View file @
6b1baf37
...
...
@@ -49,7 +49,7 @@ func TestTemplate(t *testing.T) {
TfOptions
:
tfOptions
,
Workspace
:
workspace
,
PlanAssertions
:
nil
,
ExpectedResourceCount
:
8
3
,
ExpectedResourceCount
:
8
4
,
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