From cc391fef1f6b628edac3c2365d729fc64dd59089 Mon Sep 17 00:00:00 2001 From: hezijie Date: Tue, 2 Jan 2024 17:19:43 +0800 Subject: [PATCH] Revert "Fix 201-machine-learning-moderately-secure" This reverts commit e98e893d2d3f06f2df8f40a962c1a2f9ecbfe36c. --- .../201-machine-learning-moderately-secure/variables.tf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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