From 41561c3390aa64dd4406fc5708efdecf351dcdcb Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 16 Oct 2022 20:03:10 +0200 Subject: [PATCH] chore(dev): Reduce Azure VM's disk operations in dev env --- azure/infracost-usage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/infracost-usage.yml b/azure/infracost-usage.yml index a510f13..26d5974 100644 --- a/azure/infracost-usage.yml +++ b/azure/infracost-usage.yml @@ -11,4 +11,4 @@ resource_usage: instances: 2 # Number of instances. Only applicable for Premium plan. azurerm_linux_virtual_machine.my_vm: os_disk: - monthly_disk_operations: 2000000 # Number of disk operations (writes, reads, deletes) using a unit size of 256KiB. + monthly_disk_operations: 20000 # Number of disk operations (writes, reads, deletes) using a unit size of 256KiB.