fix example

This commit is contained in:
zjhe
2024-10-04 16:29:40 +08:00
parent 91b73244e5
commit fd903819cd
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
}