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 dab175a commit 15cae29Copy full SHA for 15cae29
integration/test-data-source/main.tf
@@ -31,15 +31,15 @@ data "coder_workspace_preset" "preset" {
31
ttl = 86400
32
}
33
autoscaling {
34
- timezone = "UTC"
35
- schedule {
36
- cron = "* 8-18 * * 1-5"
37
- instances = 3
38
- }
39
40
- cron = "* 8-14 * * 6"
41
- instances = 1
42
+ timezone = "UTC"
+ schedule {
+ cron = "* 8-18 * * 1-5"
+ instances = 3
+ }
+ cron = "* 8-14 * * 6"
+ instances = 1
43
44
45
0 commit comments