File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
registry/coder-labs/modules/sourcegraph-amp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Run [Amp CLI](https://ampcode.com/) in your workspace to access Sourcegraph's AI
1313``` tf
1414module "amp-cli" {
1515 source = "registry.coder.com/coder-labs/sourcegraph-amp/coder"
16- version = "2.0.0 "
16+ version = "2.0.1 "
1717 agent_id = coder_agent.example.id
1818 sourcegraph_amp_api_key = var.sourcegraph_amp_api_key
1919 install_sourcegraph_amp = true
@@ -48,7 +48,7 @@ variable "amp_api_key" {
4848module "amp-cli" {
4949 count = data.coder_workspace.me.start_count
5050 source = "registry.coder.com/coder-labs/sourcegraph-amp/coder"
51- amp_version = "2.0.0 "
51+ amp_version = "2.0.1 "
5252 agent_id = coder_agent.example.id
5353 amp_api_key = var.amp_api_key # recommended for tasks usage
5454 workdir = "/home/coder/project"
You can’t perform that action at this time.
0 commit comments