Skip to content

Commit c2075e1

Browse files
authored
names update
1 parent f48f9af commit c2075e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform-infrastructure/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ resource "azurerm_storage_account" "storage" {
2727

2828
# Blob Container for Input Files
2929
resource "azurerm_storage_container" "input_container" {
30-
name = "input"
30+
name = "pdfinvoices"
3131
storage_account_id = azurerm_storage_account.storage.id
3232
container_access_type = "private"
3333

@@ -205,7 +205,7 @@ resource "azurerm_cosmosdb_sql_container" "outputcvscontainer" {
205205
account_name = azurerm_cosmosdb_account.cosmosdb.name
206206
database_name = azurerm_cosmosdb_sql_database.main.name
207207
throughput = var.throughput
208-
partition_key_paths = ["/definition/id"]
208+
partition_key_paths = ["/transactionId"]
209209
partition_key_version = 1
210210

211211
indexing_policy {

0 commit comments

Comments
 (0)