Skip to content

Commit

Permalink
[#IOPID-1918] Create pdnd-io-cosmosdb-profiles topic (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnedMarshal authored Aug 14, 2024
1 parent 0b7f1bd commit 4332c52
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/core/env/prod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,26 @@ eventhubs = [
}
]
},
{
name = "pdnd-io-cosmosdb-profiles"
partitions = 30
message_retention = 7
consumers = []
keys = [
{
name = "io-fn-elt"
listen = false
send = true
manage = false
},
{
name = "pdnd"
listen = true
send = false
manage = false
}
]
},
{
name = "pdnd-io-cosmosdb-notification-status"
partitions = 30
Expand Down

0 comments on commit 4332c52

Please sign in to comment.