MetelStairs
MetelStairs
### Is there an existing issue for this? - [x] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...
This is my azapi_resource to create a MLW Workspace ``` resource "azapi_resource" "aml_workspace" { type = "Microsoft.MachineLearningServices/workspaces@2024-10-01-preview" name = local.mlw_name identity { type = "UserAssigned" identity_ids = [azurerm_user_assigned_identity.mlw.id] } location...