Dingjia Chen 452dac32c9
101-machine-learning patch (#172)
* fix 101-machine-learning example

* fix example
2023-03-02 13:37:30 +08:00

17 lines
343 B
HCL

variable "environment" {
type = string
description = "Name of the environment"
default = "dev"
}
variable "location" {
type = string
description = "Location of the resources"
default = "eastus"
}
variable "prefix" {
type = string
description = "Prefix of the resource name"
default = "ml"
}