fix example

This commit is contained in:
zjhe
2024-10-04 16:29:40 +08:00
committed by lonegunmanb
parent 5308037fab
commit 52563b7e8d
2 changed files with 11 additions and 1 deletions

View File

@ -91,4 +91,5 @@ variable "dsvm_host_password" {
type = string
description = "Password for the admin username of the Data Science VM"
sensitive = true
default = null
}