Fix 201-machine-learning-moderately-secure
This commit is contained in:
parent
2c2775f299
commit
57a6577c0d
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user