Skip to content

Commit 261dcb2

Browse files
committed
amend comment
1 parent 952ba06 commit 261dcb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/coder/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ data "coder_parameter" "ai_prompt" {
254254
name = "AI Prompt"
255255
default = ""
256256
description = "Prompt for Claude Code"
257-
mutable = true // You may wish to change the prompt, so mutability here is desirable.
257+
mutable = true // Workaround for issue with claiming a prebuild from a preset that does not include this parameter.
258258
}
259259

260260
provider "docker" {

0 commit comments

Comments
 (0)