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 committed by lonegunmanb
parent c3ecd139eb
commit b89db36bee

View File

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