Skip to content

Commit 82b95d4

Browse files
committed
fix typo
1 parent 23d936e commit 82b95d4

File tree

1 file changed

+1
-1
lines changed
  • scaletest/templates/scaletest-runner

1 file changed

+1
-1
lines changed

scaletest/templates/scaletest-runner/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ terraform {
1212
}
1313

1414
resource "time_static" "start_time" {
15-
# We con't set `count = data.coder_workspace.me.start_count` here because then
15+
# We don't set `count = data.coder_workspace.me.start_count` here because then
1616
# we can't use this value in `locals`, but we want to trigger recreation when
1717
# the scaletest is restarted.
1818
triggers = {

0 commit comments

Comments
 (0)