Skip to content

Commit fe36e9c

Browse files
authored
fix(dogfood/coder): allow mutable ai_prompt parameter (#19493)
1 parent 49f32d1 commit fe36e9c

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 = false
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy