Skip to content

Commit

Permalink
Fix 301-machine-learning-hub-spoke-secure
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei committed Nov 14, 2023
1 parent 1614947 commit d22be1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickstart/301-machine-learning-hub-spoke-secure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}

azureml = {
source = "registry.terraform.io/Telemaco019/azureml"
source = "registry.terraform.io/orobix/azureml"
}
}
}
Expand All @@ -29,4 +29,4 @@ resource "azurerm_resource_group" "hub_rg" {
name = "rg-hub-${var.name}-${var.environment}"
location = var.location

}
}

0 comments on commit d22be1d

Please sign in to comment.