try to make 202-mlmsev testable

This commit is contained in:
hezijie
2024-01-02 15:05:51 +08:00
committed by lonegunmanb
parent a39e09c2d5
commit 9259270d0c
10 changed files with 213 additions and 14 deletions

View File

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