Skip to content

Commit e788169

Browse files
fix: upgrade F-series VMs - $1,042/yr savings
This commit was automatically generated by Infracost Autofix
1 parent c0dbe9b commit e788169

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resource "azurerm_linux_virtual_machine" "my_linux_vm" {
1010
admin_username = "testuser"
1111
admin_password = "Testpa5s"
1212

13-
size = "Standard_F16s" # <<<<<<<<<< Try changing this to Standard_F16s_v2 to compare the costs
13+
size = "Standard_F16s_v2"
1414

1515
tags = {
1616
Environment = "production"

0 commit comments

Comments
 (0)