Skip to content

Commit bfe8f56

Browse files
committed
improve testing logic
1 parent 2e61335 commit bfe8f56

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

examples/data-sources/coder_resources_monitoring/data-source.tf

+16-16
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ resource "coder_agent" "main" {
88
arch = data.coder_provisioner.dev.arch
99
os = data.coder_provisioner.dev.os
1010
dir = "/workspace"
11-
resources_monitoring {
12-
memory {
13-
enabled = true
14-
threshold = 80
15-
}
16-
volume {
17-
path = "/volume1"
18-
enabled = true
19-
threshold = 80
20-
}
21-
volume {
22-
path = "/volume2"
23-
enabled = true
24-
threshold = 100
25-
}
26-
}
11+
resources_monitoring {
12+
memory {
13+
enabled = true
14+
threshold = 80
15+
}
16+
volume {
17+
path = "/volume1"
18+
enabled = true
19+
threshold = 80
20+
}
21+
volume {
22+
path = "/volume2"
23+
enabled = true
24+
threshold = 100
25+
}
26+
}
2727
}

0 commit comments

Comments
 (0)