chore: patch version bump
This commit is contained in:
parent
fa46f76f54
commit
f61df71480
@ -13,7 +13,7 @@ Run [Amazon Q](https://aws.amazon.com/q/) in your workspace to access Amazon's A
|
|||||||
```tf
|
```tf
|
||||||
module "amazon-q" {
|
module "amazon-q" {
|
||||||
source = "registry.coder.com/coder/amazon-q/coder"
|
source = "registry.coder.com/coder/amazon-q/coder"
|
||||||
version = "2.1.0"
|
version = "2.1.1"
|
||||||
agent_id = coder_agent.example.id
|
agent_id = coder_agent.example.id
|
||||||
workdir = "/home/coder"
|
workdir = "/home/coder"
|
||||||
|
|
||||||
@ -102,7 +102,7 @@ data "coder_parameter" "ai_prompt" {
|
|||||||
|
|
||||||
module "amazon-q" {
|
module "amazon-q" {
|
||||||
source = "registry.coder.com/coder/amazon-q/coder"
|
source = "registry.coder.com/coder/amazon-q/coder"
|
||||||
version = "2.1.0"
|
version = "2.1.1"
|
||||||
agent_id = coder_agent.example.id
|
agent_id = coder_agent.example.id
|
||||||
workdir = "/home/coder"
|
workdir = "/home/coder"
|
||||||
auth_tarball = var.amazon_q_auth_tarball
|
auth_tarball = var.amazon_q_auth_tarball
|
||||||
@ -228,7 +228,7 @@ If no custom `agent_config` is provided, the default agent name "agent" is used.
|
|||||||
```tf
|
```tf
|
||||||
module "amazon-q" {
|
module "amazon-q" {
|
||||||
source = "registry.coder.com/coder/amazon-q/coder"
|
source = "registry.coder.com/coder/amazon-q/coder"
|
||||||
version = "2.1.0"
|
version = "2.1.1"
|
||||||
agent_id = coder_agent.example.id
|
agent_id = coder_agent.example.id
|
||||||
workdir = "/home/coder"
|
workdir = "/home/coder"
|
||||||
auth_tarball = var.amazon_q_auth_tarball
|
auth_tarball = var.amazon_q_auth_tarball
|
||||||
@ -258,7 +258,7 @@ This example will:
|
|||||||
```tf
|
```tf
|
||||||
module "amazon-q" {
|
module "amazon-q" {
|
||||||
source = "registry.coder.com/coder/amazon-q/coder"
|
source = "registry.coder.com/coder/amazon-q/coder"
|
||||||
version = "2.1.0"
|
version = "2.1.1"
|
||||||
agent_id = coder_agent.example.id
|
agent_id = coder_agent.example.id
|
||||||
workdir = "/home/coder"
|
workdir = "/home/coder"
|
||||||
auth_tarball = var.amazon_q_auth_tarball
|
auth_tarball = var.amazon_q_auth_tarball
|
||||||
@ -279,7 +279,7 @@ module "amazon-q" {
|
|||||||
```tf
|
```tf
|
||||||
module "amazon-q" {
|
module "amazon-q" {
|
||||||
source = "registry.coder.com/coder/amazon-q/coder"
|
source = "registry.coder.com/coder/amazon-q/coder"
|
||||||
version = "2.1.0"
|
version = "2.1.1"
|
||||||
agent_id = coder_agent.example.id
|
agent_id = coder_agent.example.id
|
||||||
workdir = "/home/coder"
|
workdir = "/home/coder"
|
||||||
auth_tarball = var.amazon_q_auth_tarball
|
auth_tarball = var.amazon_q_auth_tarball
|
||||||
@ -305,7 +305,7 @@ module "amazon-q" {
|
|||||||
```tf
|
```tf
|
||||||
module "amazon-q" {
|
module "amazon-q" {
|
||||||
source = "registry.coder.com/coder/amazon-q/coder"
|
source = "registry.coder.com/coder/amazon-q/coder"
|
||||||
version = "2.1.0"
|
version = "2.1.1"
|
||||||
agent_id = coder_agent.example.id
|
agent_id = coder_agent.example.id
|
||||||
workdir = "/home/coder"
|
workdir = "/home/coder"
|
||||||
auth_tarball = var.amazon_q_auth_tarball
|
auth_tarball = var.amazon_q_auth_tarball
|
||||||
@ -319,7 +319,7 @@ module "amazon-q" {
|
|||||||
```tf
|
```tf
|
||||||
module "amazon-q" {
|
module "amazon-q" {
|
||||||
source = "registry.coder.com/coder/amazon-q/coder"
|
source = "registry.coder.com/coder/amazon-q/coder"
|
||||||
version = "2.1.0"
|
version = "2.1.1"
|
||||||
agent_id = coder_agent.example.id
|
agent_id = coder_agent.example.id
|
||||||
workdir = "/home/coder"
|
workdir = "/home/coder"
|
||||||
auth_tarball = var.amazon_q_auth_tarball
|
auth_tarball = var.amazon_q_auth_tarball
|
||||||
@ -340,7 +340,7 @@ module "amazon-q" {
|
|||||||
```tf
|
```tf
|
||||||
module "amazon-q" {
|
module "amazon-q" {
|
||||||
source = "registry.coder.com/coder/amazon-q/coder"
|
source = "registry.coder.com/coder/amazon-q/coder"
|
||||||
version = "2.1.0"
|
version = "2.1.1"
|
||||||
agent_id = coder_agent.example.id
|
agent_id = coder_agent.example.id
|
||||||
workdir = "/home/coder"
|
workdir = "/home/coder"
|
||||||
auth_tarball = var.amazon_q_auth_tarball
|
auth_tarball = var.amazon_q_auth_tarball
|
||||||
@ -358,7 +358,7 @@ For environments without direct internet access, you can host Amazon Q installat
|
|||||||
```tf
|
```tf
|
||||||
module "amazon-q" {
|
module "amazon-q" {
|
||||||
source = "registry.coder.com/coder/amazon-q/coder"
|
source = "registry.coder.com/coder/amazon-q/coder"
|
||||||
version = "2.1.0"
|
version = "2.1.1"
|
||||||
agent_id = coder_agent.example.id
|
agent_id = coder_agent.example.id
|
||||||
workdir = "/home/coder"
|
workdir = "/home/coder"
|
||||||
auth_tarball = var.amazon_q_auth_tarball
|
auth_tarball = var.amazon_q_auth_tarball
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user