Skip to content

Commit c571aed

Browse files
Update main.tf
1 parent 8e0a0f9 commit c571aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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_F32s" # <<<<<<<<<< Try changing this to Standard_F16s_v2 to compare the costs
13+
size = "Standard_F16s" # <<<<<<<<<< Try changing this to Standard_F16s_v2 to compare the costs
1414

1515
tags = {
1616
Environment = "production"

0 commit comments

Comments
 (0)