Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit d9bee76

Browse files
fix(amazon-q): rename task_prompt variable to ai_prompt
1 parent f47c160 commit d9bee76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amazon-q/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ variable "system_prompt" {
101101
EOT
102102
}
103103

104-
variable "task_prompt" {
104+
variable "ai_prompt" {
105105
type = string
106106
description = "The initial task prompt to send to Amazon Q."
107107
default = "Please help me with my coding tasks. I'll provide specific instructions as needed."

0 commit comments

Comments
 (0)