I get the following warning (Terraform 1.2.8 / AzureRM 3.21.0):
Warning: Deprecated Resource
│
│ with module.keyvault_acmebot.azurerm_app_service_plan.serverfarm,
│ on .terraform\modules\keyvault_acmebot\main.tf line 13, in resource "azurerm_app_service_plan" "serverfarm":
│ 13: resource "azurerm_app_service_plan" "serverfarm" {
│
│ The azurerm_app_service_plan resource has been superseded by the azurerm_service_plan resource. Whilst this resource will continue to be available in the 2.x and 3.x
│ releases it is feature-frozen for compatibility purposes, will no longer receive any updates and will be removed in a future major release of the Azure Provider.
(and 2 more similar warnings elsewhere)
I get the following warning (Terraform 1.2.8 / AzureRM 3.21.0):
Warning: Deprecated Resource │ │ with module.keyvault_acmebot.azurerm_app_service_plan.serverfarm, │ on .terraform\modules\keyvault_acmebot\main.tf line 13, in resource "azurerm_app_service_plan" "serverfarm": │ 13: resource "azurerm_app_service_plan" "serverfarm" { │ │ The
azurerm_app_service_plan
resource has been superseded by theazurerm_service_plan
resource. Whilst this resource will continue to be available in the 2.x and 3.x│ releases it is feature-frozen for compatibility purposes, will no longer receive any updates and will be removed in a future major release of the Azure Provider. (and 2 more similar warnings elsewhere)