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
Documentation indicates number_of_workers is optionally supported. This is required to manually enable high density hosting on app service environment v3.
Error:
│ Error: Unsupported argument
│
│ on main.tf line 23, in resource "azurerm_service_plan" "asp":
│ 23: number_of_workers = 4
│
│ An argument named "number_of_workers" is not expected here.
References
The text was updated successfully, but these errors were encountered:
felickz
changed the title
azurerm_service_plan - number_of_workers is not supported
3.0 Beta - azurerm_service_plan - number_of_workers is not supported
Jan 28, 2022
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Community Note
Terraform (and AzureRM Provider) Version
Terraform Configuration Files
Description / Feedback
Documentation indicates
number_of_workers
is optionally supported. This is required to manually enable high density hosting on app service environment v3.Error:
References
The text was updated successfully, but these errors were encountered: