Skip to content

Commit 061d206

Browse files
authored
fix: update Sourcegraph AMP source URL
1 parent 5764ff2 commit 061d206

File tree

1 file changed

+6
-6
lines changed
  • registry/coder-labs/modules/sourcegraph-amp

1 file changed

+6
-6
lines changed

registry/coder-labs/modules/sourcegraph-amp/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ tags: [agent, sourcegraph, amp, ai, tasks]
1111
Run [Sourcegraph AMP CLI](https://sourcegraph.com/amp) in your workspace to access Sourcegraph's AI-powered code search and analysis tools, with AgentAPI integration for seamless Coder Tasks support.
1212

1313
```tf
14-
module "sourcegraph_amp" {
15-
source = "registry.coder.com/coder-labs/sourcegraph_amp/coder"
16-
version = "1.0.0"
14+
module "sourcegraph-amp" {
15+
source = "registry.coder.com/coder-labs/sourcegraph-amp/coder"
16+
version = "1.0.1"
1717
agent_id = coder_agent.example.id
1818
sourcegraph_amp_api_key = var.sourcegraph_amp_api_key
1919
install_sourcegraph_amp = true
@@ -57,10 +57,10 @@ variable "sourcegraph_amp_api_key" {
5757
sensitive = true
5858
}
5959
60-
module "sourcegraph_amp" {
60+
module "sourcegraph-amp" {
6161
count = data.coder_workspace.me.start_count
62-
source = "registry.coder.com/coder-labs/sourcegraph_amp/coder"
63-
version = "1.0.0"
62+
source = "registry.coder.com/coder-labs/sourcegraph-amp/coder"
63+
version = "1.0.1"
6464
agent_id = coder_agent.example.id
6565
sourcegraph_amp_api_key = var.sourcegraph_amp_api_key # recommended for authenticated usage
6666
install_sourcegraph_amp = true

0 commit comments

Comments
 (0)