File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
registry/coder/modules/amazon-q Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Run [Amazon Q](https://aws.amazon.com/q/) in your workspace to access Amazon's A
1313
1414``` tf
1515module "amazon-q" {
16- source = "registry.coder.com/modules /amazon-q/coder"
16+ source = "registry.coder.com/coder /amazon-q/coder"
1717 version = "1.0.0"
1818 agent_id = coder_agent.example.id
1919 # Required: see below for how to generate
@@ -81,7 +81,7 @@ module "amazon-q" {
8181
8282``` tf
8383module "amazon-q" {
84- source = "registry.coder.com/modules /amazon-q/coder"
84+ source = "registry.coder.com/coder /amazon-q/coder"
8585 version = "1.0.0"
8686 agent_id = coder_agent.example.id
8787 experiment_auth_tarball = var.amazon_q_auth_tarball
@@ -93,7 +93,7 @@ module "amazon-q" {
9393
9494``` tf
9595module "amazon-q" {
96- source = "registry.coder.com/modules /amazon-q/coder"
96+ source = "registry.coder.com/coder /amazon-q/coder"
9797 version = "1.0.0"
9898 agent_id = coder_agent.example.id
9999 experiment_auth_tarball = var.amazon_q_auth_tarball
@@ -105,7 +105,7 @@ module "amazon-q" {
105105
106106``` tf
107107module "amazon-q" {
108- source = "registry.coder.com/modules /amazon-q/coder"
108+ source = "registry.coder.com/coder /amazon-q/coder"
109109 version = "1.0.0"
110110 agent_id = coder_agent.example.id
111111 experiment_auth_tarball = var.amazon_q_auth_tarball
You can’t perform that action at this time.
0 commit comments