Fix 201-machine-learning-moderately-secure

This commit is contained in:
neil-yechenwei 2023-11-14 15:44:25 +08:00 committed by lonegunmanb
parent efe99dbdb2
commit 23326bb72c

View File

@ -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
}
}