Fix typo
This commit is contained in:
parent
a6baf22a68
commit
a314cc5351
@ -52,8 +52,7 @@ resource "azurerm_machine_learning_workspace" "default" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Compite Instance
|
# Compute Instance
|
||||||
|
|
||||||
resource "azurerm_machine_learning_compute_instance" "compute_instance" {
|
resource "azurerm_machine_learning_compute_instance" "compute_instance" {
|
||||||
name = "default-instance"
|
name = "default-instance"
|
||||||
location = azurerm_resource_group.default.location
|
location = azurerm_resource_group.default.location
|
||||||
@ -62,7 +61,6 @@ resource "azurerm_machine_learning_compute_instance" "compute_instance" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Compute Cluster
|
# Compute Cluster
|
||||||
|
|
||||||
resource "azurerm_machine_learning_compute_cluster" "compute" {
|
resource "azurerm_machine_learning_compute_cluster" "compute" {
|
||||||
name = "default-compute"
|
name = "default-compute"
|
||||||
location = azurerm_resource_group.default.location
|
location = azurerm_resource_group.default.location
|
||||||
|
Loading…
x
Reference in New Issue
Block a user