bump auzrerm to v3, change azureml provider to use orobix/azureml

This commit is contained in:
zjhe 2024-10-04 16:18:14 +08:00
parent c3ecd139eb
commit 77dcd8d154

View File

@ -4,11 +4,11 @@ terraform {
required_providers { required_providers {
azurerm = { azurerm = {
source = "hashicorp/azurerm" source = "hashicorp/azurerm"
version = "=2.78.0" version = "~> 3.0"
} }
azureml = { azureml = {
source = "registry.terraform.io/Telemaco019/azureml" source = "registry.terraform.io/orobix/azureml"
} }
} }
} }