Skip to content

Commit

Permalink
bump service plan to P1v3 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed May 19, 2024
1 parent c591b5f commit cdd8cd1
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 = "P0v3"
sku_name = "P1v3"
}

resource "tls_private_key" "acme_account_key" {
Expand Down

0 comments on commit cdd8cd1

Please sign in to comment.