We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4524bcf commit 00022ceCopy full SHA for 00022ce
registry/toti85/modules/auto-dev-server/test/main.tf
@@ -14,13 +14,13 @@ resource "coder_agent" "test" {
14
15
# Test basic functionality
16
module "auto_dev_server_basic" {
17
- source = "./../../"
+ source = "../"
18
agent_id = coder_agent.test.id
19
}
20
21
# Test with custom configuration
22
module "auto_dev_server_custom" {
23
24
25
project_dir = "/workspace"
26
enabled_frameworks = ["nodejs", "django"]
0 commit comments