From e08572c22140ba6aa0126c83b7b5281faffdd167 Mon Sep 17 00:00:00 2001 From: Mahdi Azarboon <21277296+azarboon@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:34:13 +0800 Subject: [PATCH] Update linux_function_app.html.markdown (#27745) --- website/docs/r/linux_function_app.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/linux_function_app.html.markdown b/website/docs/r/linux_function_app.html.markdown index b494ea9b8656..c22f57c5661e 100644 --- a/website/docs/r/linux_function_app.html.markdown +++ b/website/docs/r/linux_function_app.html.markdown @@ -35,7 +35,7 @@ resource "azurerm_service_plan" "example" { resource_group_name = azurerm_resource_group.example.name location = azurerm_resource_group.example.location os_type = "Linux" - sku_name = "Y1" + sku_name = "B1" } resource "azurerm_linux_function_app" "example" {