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