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 da2ae5e commit 1fb3290Copy full SHA for 1fb3290
infra/modules/app-service/main.tf
@@ -3,7 +3,7 @@ resource "azurerm_service_plan" "main" {
3
location = var.location
4
resource_group_name = var.resource_group_name
5
os_type = "Linux"
6
- sku_name = "F1"
+ sku_name = "B1"
7
8
}
9
0 commit comments