We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0a0f9 commit c571aedCopy full SHA for c571aed
azure/main.tf
@@ -10,7 +10,7 @@ resource "azurerm_linux_virtual_machine" "my_linux_vm" {
10
admin_username = "testuser"
11
admin_password = "Testpa5s"
12
13
- size = "Standard_F32s" # <<<<<<<<<< Try changing this to Standard_F16s_v2 to compare the costs
+ size = "Standard_F16s" # <<<<<<<<<< Try changing this to Standard_F16s_v2 to compare the costs
14
15
tags = {
16
Environment = "production"
0 commit comments