Skip to content

Commit

Permalink
Update linux_function_app.html.markdown (hashicorp#27745)
Browse files Browse the repository at this point in the history
  • Loading branch information
azarboon authored Oct 24, 2024
1 parent b72a3e4 commit e08572c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/linux_function_app.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit e08572c

Please sign in to comment.