From e6cbe158b7c571adad124221c74e26d87d18ec16 Mon Sep 17 00:00:00 2001 From: ryhud Date: Thu, 28 Oct 2021 11:05:39 -0400 Subject: [PATCH] adding sensitive to DSVM password variable --- quickstart/301-machine-learning-hub-spoke-secure/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart/301-machine-learning-hub-spoke-secure/variables.tf b/quickstart/301-machine-learning-hub-spoke-secure/variables.tf index 7d0ef6b1..9618d98c 100644 --- a/quickstart/301-machine-learning-hub-spoke-secure/variables.tf +++ b/quickstart/301-machine-learning-hub-spoke-secure/variables.tf @@ -89,5 +89,5 @@ variable "dsvm_admin_username" { variable "dsvm_host_password" { type = string description = "Password for the admin username of the Data Science VM" - + sensitive = true } \ No newline at end of file