Skip to content

Commit 00022ce

Browse files
committed
fix: update test module source path
1 parent 4524bcf commit 00022ce

File tree

1 file changed

+2
-2
lines changed
  • registry/toti85/modules/auto-dev-server/test

1 file changed

+2
-2
lines changed

registry/toti85/modules/auto-dev-server/test/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ resource "coder_agent" "test" {
1414

1515
# Test basic functionality
1616
module "auto_dev_server_basic" {
17-
source = "./../../"
17+
source = "../"
1818
agent_id = coder_agent.test.id
1919
}
2020

2121
# Test with custom configuration
2222
module "auto_dev_server_custom" {
23-
source = "./../../"
23+
source = "../"
2424
agent_id = coder_agent.test.id
2525
project_dir = "/workspace"
2626
enabled_frameworks = ["nodejs", "django"]

0 commit comments

Comments
 (0)