diff --git a/src/domains/cgn/_modules/cosmos/locals.tf b/src/domains/cgn/_modules/cosmos/locals.tf index 6b5d16c84..ad0bdd8a1 100644 --- a/src/domains/cgn/_modules/cosmos/locals.tf +++ b/src/domains/cgn/_modules/cosmos/locals.tf @@ -7,14 +7,14 @@ locals { name = "user-cgns" partition_key_path = "/fiscalCode" autoscale_settings = { - max_throughput = 2000 + max_throughput = 4000 }, }, { name = "user-eyca-cards" partition_key_path = "/fiscalCode" autoscale_settings = { - max_throughput = 2000 + max_throughput = 4000 }, }, ]