Skip to content

Commit 952ba06

Browse files
committed
fixup! fix(dogfood/coder): allow mutable ai_prompt parameter
1 parent 5754ffd commit 952ba06

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 // MUST be mutable, otherwise claiming a prebuild may fail.
257+
mutable = true // You may wish to change the prompt, so mutability here is desirable.
258258
}
259259

260260
provider "docker" {

0 commit comments

Comments
 (0)