Skip to content

Commit

Permalink
Change Default SKU to D1
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpeteuil authored Jul 9, 2020
1 parent e9bb0d0 commit fa846d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ locals {
plan = merge({
id = ""
name = ""
sku_size = "F1"
sku_size = "D1"
}, var.plan)

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

0 comments on commit fa846d1

Please sign in to comment.