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 @@ -12,7 +12,7 @@ Run [Sourcegraph AMP CLI](https://sourcegraph.com/amp) in your workspace to acce
1212
1313``` tf
1414module "sourcegraph_amp" {
15- source = "registry.coder.com/harsh9485 /sourcegraph_amp/coder"
15+ source = "registry.coder.com/coder-labs /sourcegraph_amp/coder"
1616 version = "1.0.0"
1717 agent_id = coder_agent.example.id
1818 sourcegraph_amp_api_key = var.sourcegraph_amp_api_key
@@ -59,7 +59,7 @@ variable "sourcegraph_amp_api_key" {
5959
6060module "sourcegraph_amp" {
6161 count = data.coder_workspace.me.start_count
62- source = "registry.coder.com/harsh9485 /sourcegraph_amp/coder"
62+ source = "registry.coder.com/coder-labs /sourcegraph_amp/coder"
6363 version = "1.0.0"
6464 agent_id = coder_agent.example.id
6565 sourcegraph_amp_api_key = var.sourcegraph_amp_api_key # recommended for authenticated usage
You can’t perform that action at this time.
0 commit comments