adding sensitive to DSVM password variable
This commit is contained in:
parent
8e503110f9
commit
e6cbe158b7
@ -89,5 +89,5 @@ 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"
|
||||||
|
sensitive = true
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user