fix(dogfood/coder): allow mutable ai_prompt parameter (#19493)

This commit is contained in:
Cian Johnston
2025-08-22 15:08:42 +01:00
committed by GitHub
parent 49f32d14eb
commit fe36e9c120
+1 -1
View File
@@ -254,7 +254,7 @@ data "coder_parameter" "ai_prompt" {
name = "AI Prompt"
default = ""
description = "Prompt for Claude Code"
mutable = false
mutable = true // Workaround for issue with claiming a prebuild from a preset that does not include this parameter.
}
provider "docker" {