Skip to content

Commit

Permalink
chore(dev): Reduce Azure VM's disk operations in dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo authored and vdmgolub committed Oct 17, 2022
1 parent 212df5d commit aae709d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/infracost-usage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit aae709d

Please sign in to comment.