Update vscode-web/main.tf

Co-authored-by: Muhammad Atif Ali <me@matifali.dev>
pull/235/head
Michael Brewer 1 year ago committed by GitHub
parent 1462d66ca0
commit a367517883
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -149,7 +149,7 @@ resource "coder_script" "vscode-web" {
precondition { precondition {
condition = !var.offline || !var.use_cached condition = !var.offline || !var.use_cached
error_message = "Offline and Use Cached can not be used together" error_message = "offline and use_cached can not be used together"
} }
} }
} }

Loading…
Cancel
Save