Skip to content

Commit

Permalink
Fix 201-machine-learning-moderately-secure
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei committed Nov 14, 2023
1 parent 1614947 commit d06379e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
variable "name" {
type = string
description = "Name of the deployment"
default = "examplehost"
}

variable "environment" {
Expand Down Expand Up @@ -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
}
}

0 comments on commit d06379e

Please sign in to comment.