Skip to content

Commit f0578c7

Browse files
chore(amazon-q): update version to 1.0.1, modify tags, and resolve icon reference for new icon in README.md
1 parent 754d753 commit f0578c7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
display_name: Amazon Q
33
description: Run Amazon Q in your workspace to access Amazon's AI coding assistant.
4-
icon: ../../../../.icons/aws.svg
4+
icon: ../../../../.icons/amazon-q.svg
55
maintainer_github: coder
66
verified: true
7-
tags: [ai, helper, amazon-q]
7+
tags: [agent, ai]
88
---
99

1010
# Amazon Q
@@ -14,7 +14,7 @@ Run [Amazon Q](https://aws.amazon.com/q/) in your workspace to access Amazon's A
1414
```tf
1515
module "amazon-q" {
1616
source = "registry.coder.com/coder/amazon-q/coder"
17-
version = "1.0.0"
17+
version = "1.0.1"
1818
agent_id = coder_agent.example.id
1919
# Required: see below for how to generate
2020
experiment_auth_tarball = var.amazon_q_auth_tarball
@@ -82,7 +82,7 @@ module "amazon-q" {
8282
```tf
8383
module "amazon-q" {
8484
source = "registry.coder.com/coder/amazon-q/coder"
85-
version = "1.0.0"
85+
version = "1.0.1"
8686
agent_id = coder_agent.example.id
8787
experiment_auth_tarball = var.amazon_q_auth_tarball
8888
experiment_use_tmux = true
@@ -94,7 +94,7 @@ module "amazon-q" {
9494
```tf
9595
module "amazon-q" {
9696
source = "registry.coder.com/coder/amazon-q/coder"
97-
version = "1.0.0"
97+
version = "1.0.1"
9898
agent_id = coder_agent.example.id
9999
experiment_auth_tarball = var.amazon_q_auth_tarball
100100
experiment_report_tasks = true
@@ -106,7 +106,7 @@ module "amazon-q" {
106106
```tf
107107
module "amazon-q" {
108108
source = "registry.coder.com/coder/amazon-q/coder"
109-
version = "1.0.0"
109+
version = "1.0.1"
110110
agent_id = coder_agent.example.id
111111
experiment_auth_tarball = var.amazon_q_auth_tarball
112112
experiment_pre_install_script = "echo Pre-install!"

0 commit comments

Comments
 (0)