Skip to content

Commit dbde485

Browse files
chore: set cli_app to false as default
1 parent 31d1a45 commit dbde485

File tree

1 file changed

+1
-1
lines changed
  • registry/coder-labs/modules/auggie

1 file changed

+1
-1
lines changed

registry/coder-labs/modules/auggie/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ variable "report_tasks" {
148148
variable "cli_app" {
149149
type = bool
150150
description = "Whether to create a CLI app for Auggie"
151-
default = true
151+
default = false
152152
}
153153

154154
variable "web_app_display_name" {

0 commit comments

Comments
 (0)