Skip to content

Commit fa846d1

Browse files
Change Default SKU to D1
1 parent e9bb0d0 commit fa846d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ locals {
192192
plan = merge({
193193
id = ""
194194
name = ""
195-
sku_size = "F1"
195+
sku_size = "D1"
196196
}, var.plan)
197197

198198
plan_id = coalesce(local.plan.id, azurerm_app_service_plan.main[0].id)

0 commit comments

Comments
 (0)