diff --git a/kasmvnc/main.tf b/kasmvnc/main.tf index 38a3ae5..6634b89 100644 --- a/kasmvnc/main.tf +++ b/kasmvnc/main.tf @@ -29,7 +29,7 @@ variable "kasm_version" { variable "wait_for_script" { type = string description = "The script to wait for before running the KasmVNC script." - default = "" + default = "" } resource "coder_script" "kasm_vnc" {