diff --git a/modules/common/main.tf b/modules/common/main.tf index e11ea98..71bff6b 100644 --- a/modules/common/main.tf +++ b/modules/common/main.tf @@ -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" {