Azure / osdu-infrastructure

OSDU Azure Infrastructure as Code
Apache License 2.0
42 stars 39 forks source link

Bring cosmos settings out to terraform.tfvars and allow for seperatio… #35

Closed danielscholl closed 4 years ago

danielscholl commented 4 years ago

All Submissions:

-------------------------------------?

Current Behavior or Linked Issues


Currently the throughput of the CosmosDB and collections within are set at 400 and are not adjustable.

Example: Database Throughput: 1100 Container 1: 400 Container 2: 1100

This change brings up the cosmos settings into the terraform.tfvars where we have better control over the values.

Does this introduce a breaking change?


Other information


Right now this change doesn't allow us to have different settings for different environments so the change will also increase throughput of all environments of the database to 1100 due to new database work coming in a future release.