We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e61335 commit bfe8f56Copy full SHA for bfe8f56
examples/data-sources/coder_resources_monitoring/data-source.tf
@@ -8,20 +8,20 @@ resource "coder_agent" "main" {
8
arch = data.coder_provisioner.dev.arch
9
os = data.coder_provisioner.dev.os
10
dir = "/workspace"
11
- resources_monitoring {
12
- memory {
13
- enabled = true
14
- threshold = 80
15
- }
16
- volume {
17
- path = "/volume1"
18
19
20
21
22
- path = "/volume2"
23
24
- threshold = 100
25
26
+ resources_monitoring {
+ memory {
+ enabled = true
+ threshold = 80
+ }
+ volume {
+ path = "/volume1"
+ path = "/volume2"
+ threshold = 100
27
}
0 commit comments