diff --git a/azure/main.tf b/azure/main.tf index 0829aa1..756e26a 100644 --- a/azure/main.tf +++ b/azure/main.tf @@ -13,7 +13,7 @@ resource "azurerm_linux_virtual_machine" "my_linux_vm" { size = "Standard_F16s" # <<<<<<<<<< Try changing this to Standard_F16s_v2 to compare the costs tags = { - Environment = "production" + Environment = "producti" Service = "web-app" } @@ -62,3 +62,4 @@ resource "azurerm_linux_function_app" "my_function" { Environment = "Prod" } } +