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
683d8725
Commit
683d8725
authored
Nov 10, 2020
by
Jason
Committed by
Daniel Scholl
Nov 10, 2020
Browse files
adding container for file service
parent
57a9b832
Changes
2
Hide whitespace changes
Inline
Side-by-side
infra/templates/osdu-r3-mvp/data_partition/terraform.tfvars
View file @
683d8725
...
...
@@ -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 @
683d8725
...
...
@@ -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
Supports
Markdown
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