Revert "Fix 201-machine-learning-moderately-secure"

This reverts commit e98e893d2d3f06f2df8f40a962c1a2f9ecbfe36c.
This commit is contained in:
hezijie 2024-01-02 17:19:43 +08:00 committed by lonegunmanb
parent bbaf15cce9
commit cc391fef1f

View File

@ -1,7 +1,6 @@
variable "name" {
type = string
description = "Name of the deployment"
default = "examplehost"
}
variable "environment" {
@ -72,6 +71,5 @@ 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
}
}