diff --git a/quickstart/201-machine-learning-moderately-secure/variables.tf b/quickstart/201-machine-learning-moderately-secure/variables.tf index bfedebbf..fb8299d2 100644 --- a/quickstart/201-machine-learning-moderately-secure/variables.tf +++ b/quickstart/201-machine-learning-moderately-secure/variables.tf @@ -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 -} +} \ No newline at end of file