File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
registry/coder/modules/amazon-q Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -114,25 +114,6 @@ module "amazon-q" {
114
114
}
115
115
```
116
116
117
- ## Variables
118
-
119
- | Name | Required | Default | Description |
120
- | -------------------------------- | -------- | ------------------------ | ----------------------------------------------------------------------------------------------- |
121
- | ` agent_id ` | Yes | — | The ID of a Coder agent. |
122
- | ` experiment_auth_tarball ` | Yes | — | Base64-encoded, zstd-compressed tarball of a pre-authenticated Amazon Q config directory. |
123
- | ` install_amazon_q ` | No | ` true ` | Whether to install Amazon Q. |
124
- | ` amazon_q_version ` | No | ` latest ` | Version to install. |
125
- | ` experiment_use_screen ` | No | ` false ` | Use GNU screen for background operation. |
126
- | ` experiment_use_tmux ` | No | ` false ` | Use tmux for background operation. |
127
- | ` experiment_report_tasks ` | No | ` false ` | Enable task reporting to Coder. |
128
- | ` experiment_pre_install_script ` | No | ` null ` | Custom script to run before install.
791D
|
129
- | ` experiment_post_install_script ` | No | ` null ` | Custom script to run after install. |
130
- | ` icon ` | No | ` /icon/amazon-q.svg ` | The icon to use for the app. |
131
- | ` folder ` | No | ` /home/coder ` | The folder to run Amazon Q in. |
132
- | ` order ` | No | ` null ` | The order determines the position of app in the UI presentation. |
133
- | ` system_prompt ` | No | See [ main.tf] ( ./main.tf ) | The system prompt to use for Amazon Q. This should instruct the agent how to do task reporting. |
134
- | ` ai_prompt ` | No | See [ main.tf] ( ./main.tf ) | The initial task prompt to send to Amazon Q. |
135
-
136
117
## Notes
137
118
138
119
- Only one of ` experiment_use_screen ` or ` experiment_use_tmux ` can be true at a time.
You can’t perform that action at this time.
0 commit comments