From 05f8410bbf71eb838b5741dbe605a5b63144b454 Mon Sep 17 00:00:00 2001 From: "infracost[bot]" <113026810+infracost[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 19:34:44 +0000 Subject: [PATCH 1/2] fix: upgrade F-series VMs - $46,420/yr savings This commit was automatically generated by Infracost Autofix --- terraform/azure/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/azure/main.tf b/terraform/azure/main.tf index 0829aa1..8d637f2 100644 --- a/terraform/azure/main.tf +++ b/terraform/azure/main.tf @@ -10,7 +10,7 @@ resource "azurerm_linux_virtual_machine" "my_linux_vm" { admin_username = "testuser" admin_password = "Testpa5s" - size = "Standard_F16s" # <<<<<<<<<< Try changing this to Standard_F16s_v2 to compare the costs + size = "Standard_F16s_v2" tags = { Environment = "production" From 04e1564b937048e6af25c9a06704b3412089001c Mon Sep 17 00:00:00 2001 From: "infracost[bot]" <113026810+infracost[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 08:07:51 +0000 Subject: [PATCH 2/2] fix: rework AutoFix due to base branch changes This commit was automatically generated by Infracost Autofix --- terraform/azure/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/azure/main.tf b/terraform/azure/main.tf index 8d637f2..9afc2cf 100644 --- a/terraform/azure/main.tf +++ b/terraform/azure/main.tf @@ -10,7 +10,7 @@ resource "azurerm_linux_virtual_machine" "my_linux_vm" { admin_username = "testuser" admin_password = "Testpa5s" - size = "Standard_F16s_v2" + size = "Standard_F16s_v2" # <<<<<<<<<< Try changing this to Standard_F16s_v2 to compare the costs tags = { Environment = "production"