Skip to content

Commit 69c7a04

Browse files
harleylrn35C4n0r
andauthored
Update registry/coder/modules/amazon-q/main.tf
Switch to false by default Co-authored-by: 35C4n0r <[email protected]>
1 parent aa18354 commit 69c7a04

File tree

1 file changed

+1
-1
lines changed
  • registry/coder/modules/amazon-q

1 file changed

+1
-1
lines changed

registry/coder/modules/amazon-q/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ variable "agent_config" {
171171
variable "agentapi_chat_based_path" {
172172
type = bool
173173
description = "Whether to use chat-based path for AgentAPI.Required if CODER_WILDCARD_ACCESS_URL is not defined in coder deployment"
174-
default = true
174+
default = false
175175
}
176176

177177
# Expose status slug to the agent environment

0 commit comments

Comments
 (0)