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 7a4dea1 commit ff3014fCopy full SHA for ff3014f
examples/resources/coder_script/resource.tf
@@ -32,7 +32,7 @@ resource "coder_script" "nightly_update" {
32
agent_id = coder_agent.dev.agent_id
33
display_name = "Nightly update"
34
icon = "/icon/database.svg"
35
- cron = "0 0 22 * * *" # Run at 22:00 (10 PM) every day
+ cron = "0 0 22 * * *" # Run at 22:00 (10 PM) every day
36
script = <<EOF
37
#!/bin/sh
38
echo "Running nightly update"
0 commit comments