Fix 201-machine-learning-moderately-secure
This commit is contained in:
committed by
lonegunmanb
parent
efe99dbdb2
commit
23326bb72c
@@ -1,6 +1,7 @@
|
|||||||
variable "name" {
|
variable "name" {
|
||||||
type = string
|
type = string
|
||||||
description = "Name of the deployment"
|
description = "Name of the deployment"
|
||||||
|
default = "examplehost"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "environment" {
|
variable "environment" {
|
||||||
@@ -71,5 +72,6 @@ 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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user