Added two Azure ML quickstart templates
This commit is contained in:
17
quickstart/201-machine-learning-private/variables.tf
Normal file
17
quickstart/201-machine-learning-private/variables.tf
Normal file
@ -0,0 +1,17 @@
|
||||
variable "name" {
|
||||
type = string
|
||||
description = "Name of the deployment"
|
||||
default = "mlple999"
|
||||
}
|
||||
|
||||
variable "environment" {
|
||||
type = string
|
||||
description = "Name of the environment"
|
||||
default = "dev"
|
||||
}
|
||||
|
||||
variable "location" {
|
||||
type = string
|
||||
description = "Location of the resources"
|
||||
default = "East US"
|
||||
}
|
Reference in New Issue
Block a user