Thanks to visit codestin.com Credit goes to github.com
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 49f32d1 commit fe36e9cCopy full SHA for fe36e9c
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 = false
+ 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