Skip to content

Commit 1fb3290

Browse files
committed
changed F1 to B1
1 parent da2ae5e commit 1fb3290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/modules/app-service/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resource "azurerm_service_plan" "main" {
33
location = var.location
44
resource_group_name = var.resource_group_name
55
os_type = "Linux"
6-
sku_name = "F1"
6+
sku_name = "B1"
77

88
}
99

0 commit comments

Comments
 (0)