8000 chore(amamzon-q): remove variables section (#157) · coder/registry@7a2b1ac · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a2b1ac

Browse files
authored
chore(amamzon-q): remove variables section (#157)
## Description We already render all available values at https://registry.coder.com/modules/coder/amazon-q?tab=variables --- ## Type of Change - [ ] New module - [ ] Bug fix - [ ] Feature/enhancement - [x] Documentation - [ ] Other ---
1 parent e5ccf74 commit 7a2b1ac

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

registry/coder/modules/amazon-q/README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -114,25 +114,6 @@ module "amazon-q" {
114114
}
115115
```
116116

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-
136117
## Notes
137118

138119
- Only one of `experiment_use_screen` or `experiment_use_tmux` can be true at a time.

0 commit comments

Comments
 (0)
0