Update main.tf

pull/235/head
Michael Brewer 1 year ago committed by GitHub
parent b00b47c5f2
commit 0605dce911
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -149,7 +149,7 @@ resource "coder_script" "vscode-web" {
precondition {
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