You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
azurerm_app_service_plan is deprecated in version 3.x of the azurerm provider. The recommended guidance is to use the new azurerm_service_plan resource. Fortunately the update is relatively straightforward.
The app_service_plan_tier and skuCapacity arguments can then be removed.
Any existing projects updating from the one resource to the other will need to use terraform state move or terraform import to bring the existing resource under management of the new resource.
The text was updated successfully, but these errors were encountered:
azurerm_app_service_plan is deprecated in version 3.x of the azurerm provider. The recommended guidance is to use the new azurerm_service_plan resource. Fortunately the update is relatively straightforward.
The
app_service_plan_tier
andskuCapacity
arguments can then be removed.Any existing projects updating from the one resource to the other will need to use terraform state move or terraform import to bring the existing resource under management of the new resource.
The text was updated successfully, but these errors were encountered: