11---
22display_name : Amazon Q
33description : Run Amazon Q in your workspace to access Amazon's AI coding assistant.
4- icon : ../../../../.icons/aws .svg
4+ icon : ../../../../.icons/amazon-q .svg
55maintainer_github : coder
66verified : 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
1515module "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
8383module "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
9595module "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
107107module "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