We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow running custom scripts/commands in the workspace at a cron. This may be used to run scheduled backups in the background.
cron
resource "coder_agent_script" "backup" { agent_id = coder_agent.dev.id name = "backup" script = <<EOF rclone sync /path/to/source s3:bucket EOF }
Related to #9287
The text was updated successfully, but these errors were encountered:
it looks like it is being addressed in coder/terraform-provider-coder#154
Sorry, something went wrong.
coder_script
completed in coder/terraform-provider-coder#154
No branches or pull requests
Allow running custom scripts/commands in the workspace at a
cron
.This may be used to run scheduled backups in the background.
Related to #9287
The text was updated successfully, but these errors were encountered: