Skip to content

Commit ff3014f

Browse files
committed
fix: terraform formatting for cron comment spacing
1 parent 7a4dea1 commit ff3014f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/resources/coder_script/resource.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ resource "coder_script" "nightly_update" {
3232
agent_id = coder_agent.dev.agent_id
3333
display_name = "Nightly update"
3434
icon = "/icon/database.svg"
35-
cron = "0 0 22 * * *" # Run at 22:00 (10 PM) every day
35+
cron = "0 0 22 * * *" # Run at 22:00 (10 PM) every day
3636
script = <<EOF
3737
#!/bin/sh
3838
echo "Running nightly update"

0 commit comments

Comments
 (0)