diff --git a/main.tf b/main.tf index f2470b5..2076a8a 100644 --- a/main.tf +++ b/main.tf @@ -25,6 +25,9 @@ locals { resource "coder_agent" "main" { arch = data.coder_provisioner.me.arch os = "linux" + display_apps { + vscode = false + } startup_script = <<-EOT set -e