We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48f9af commit c2075e1Copy full SHA for c2075e1
terraform-infrastructure/main.tf
@@ -27,7 +27,7 @@ resource "azurerm_storage_account" "storage" {
27
28
# Blob Container for Input Files
29
resource "azurerm_storage_container" "input_container" {
30
- name = "input"
+ name = "pdfinvoices"
31
storage_account_id = azurerm_storage_account.storage.id
32
container_access_type = "private"
33
@@ -205,7 +205,7 @@ resource "azurerm_cosmosdb_sql_container" "outputcvscontainer" {
205
account_name = azurerm_cosmosdb_account.cosmosdb.name
206
database_name = azurerm_cosmosdb_sql_database.main.name
207
throughput = var.throughput
208
- partition_key_paths = ["/definition/id"]
+ partition_key_paths = ["/transactionId"]
209
partition_key_version = 1
210
211
indexing_policy {
0 commit comments