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 23d936e commit 82b95d4Copy full SHA for 82b95d4
scaletest/templates/scaletest-runner/main.tf
@@ -12,7 +12,7 @@ terraform {
12
}
13
14
resource "time_static" "start_time" {
15
- # We con't set `count = data.coder_workspace.me.start_count` here because then
+ # We don't set `count = data.coder_workspace.me.start_count` here because then
16
# we can't use this value in `locals`, but we want to trigger recreation when
17
# the scaletest is restarted.
18
triggers = {
0 commit comments