This commit is contained in:
parent
a03866fed0
commit
3855f50d01
@ -7,9 +7,9 @@ resource "azurerm_cosmosdb_account" "cosmodb" {
|
|||||||
enable_free_tier = true
|
enable_free_tier = true
|
||||||
|
|
||||||
consistency_policy {
|
consistency_policy {
|
||||||
consistency_level = "BoundedStaleness"
|
consistency_level = "Session"
|
||||||
max_interval_in_seconds = 300
|
max_interval_in_seconds = 5
|
||||||
max_staleness_prefix = 100000
|
max_staleness_prefix = 100
|
||||||
}
|
}
|
||||||
|
|
||||||
geo_location {
|
geo_location {
|
||||||
|
Reference in New Issue
Block a user