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

@ -0,0 +1,5 @@
variable "location" {
type = string
default = "East US"
description = "Location of the resources"
}