Skip to content

Commit 74d680d

Browse files
committed
fix: Update default value for workspace variable to an empty string
1 parent a69accb commit 74d680d

File tree

1 file changed

+1
-1
lines changed
  • registry/coder/modules/vscode-web

1 file changed

+1
-1
lines changed

registry/coder/modules/vscode-web/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ variable "platform" {
161161
variable "workspace" {
162162
type = string
163163
description = "Path to a .code-workspace file to open in vscode-web."
164-
default = null
164+
default = ""
165165
}
166166

167167
data "coder_workspace_owner" "me" {}

0 commit comments

Comments
 (0)