Skip to content

Commit

Permalink
bump app service plan
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed Jan 18, 2024
1 parent 5870635 commit f481b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/common/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ resource "azurerm_service_plan" "tikweb_plan" {
resource_group_name = azurerm_resource_group.tikweb_rg.name

os_type = "Linux"
sku_name = "B2"
sku_name = "B3"
}

resource "tls_private_key" "acme_account_key" {
Expand Down

0 comments on commit f481b23

Please sign in to comment.