We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952ba06 commit 261dcb2Copy full SHA for 261dcb2
dogfood/coder/main.tf
@@ -254,7 +254,7 @@ data "coder_parameter" "ai_prompt" {
254
name = "AI Prompt"
255
default = ""
256
description = "Prompt for Claude Code"
257
- mutable = true // You may wish to change the prompt, so mutability here is desirable.
+ mutable = true // Workaround for issue with claiming a prebuild from a preset that does not include this parameter.
258
}
259
260
provider "docker" {
0 commit comments