Skip to content

Commit

Permalink
Fix requiresImport test
Browse files Browse the repository at this point in the history
  • Loading branch information
gro1m committed May 16, 2021
1 parent c3f01c8 commit ef1ed8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ resource "azurerm_machine_learning_compute_cluster" "import" {
location = azurerm_machine_learning_compute_cluster.test.location
vm_priority = azurerm_machine_learning_compute_cluster.test.vm_priority
vm_size = azurerm_machine_learning_compute_cluster.test.vm_size
machine_learning_workspace_id = azurerm_machine_learning_compute_cluster.test.id
machine_learning_workspace_id = azurerm_machine_learning_compute_cluster.test.machine_learning_workspace_id
scale_settings {
min_node_count = 0
Expand Down

0 comments on commit ef1ed8a

Please sign in to comment.