Fix 201-machine-learning-moderately-secure
This commit is contained in:
parent
efe99dbdb2
commit
23326bb72c
@ -1,6 +1,7 @@
|
||||
variable "name" {
|
||||
type = string
|
||||
description = "Name of the deployment"
|
||||
default = "examplehost"
|
||||
}
|
||||
|
||||
variable "environment" {
|
||||
@ -71,5 +72,6 @@ variable "dsvm_admin_username" {
|
||||
variable "dsvm_host_password" {
|
||||
type = string
|
||||
description = "Password for the admin username of the Data Science VM"
|
||||
default = "ChangeMe123!"
|
||||
sensitive = true
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user